lion/packages/input-email
2019-09-25 10:51:09 +02:00
..
src fix: update storybook/linting; adjust story labels, eslint ignores 2019-04-28 15:02:31 +02:00
stories chore(localize): deprecate language-only locales 2019-08-23 16:43:42 +02:00
test chore: add and apply integration suite FormatMixin 2019-08-14 14:02:15 +02:00
CHANGELOG.md chore: release new versions 2019-09-20 08:23:45 +00:00
index.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
lion-input-email.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
package.json chore: update @open-wc/testing 2019-09-25 10:51:09 +02:00
README.md chore: fix style of markdown files 2019-07-24 15:20:19 +02:00

Input Email

lion-input-email component is based on the generic text input field. Its purpose is to provide a way for users to fill in an email.

Features

  • based on lion-input
  • default label in different languages
  • makes use of email validators with corresponding error messages in different languages
    • isEmail (default)

How to use

Installation

npm i --save @lion/input-email
import '@lion/input-email/lion-input-email.js';

Example

<lion-input-email name="email" .errorValidators="${[['required']]}"></lion-input-email>