salimkayabasi / iban-number

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

Demo and API docs

##<iban-number>

<iban-number> is a single-line text field with Material Design styling for entering an email address.

<iban-number></iban-number>

It may include an optional label, which by default is "Email".

<iban-number label="your email address"></iban-number>

Validation

The input can be automatically validated as the user is typing by using the auto-validate and required attributes. For manual validation, the element also has a validate() method, which returns the validity of the input as well sets any appropriate error messages and styles.

See Polymer.PaperInputBehavior for more API docs.

Styling

See Polymer.PaperInputContainer for a list of custom properties used to style this element.

About


Languages

Language:HTML 100.0%