<pmp-simple-date-input>
is a single-line text field to hold valid Date input of given date pattern.
<pmp-simple-date-input label="Input label"></pmp-simple-date-input>
It includes an optional label,invalid,autovalidate and required attributes.
<pmp-simple-date-input label="Input label"></pmp-simple-date-input>
<pmp-simple-date-input invalid="boolean value"></pmp-simple-date-input>
<pmp-simple-date-input autoValidate="boolean value"></pmp-simple-date-input>
<pmp-simple-date-input required="boolean value"></pmp-simple-date-input>
By default, it listens for changes on the bind-value
attribute on its children nodes and perform
tasks such as auto-validating and label styling when the bind-value
changes.
If the auto-validate
attribute is set, element validates the input whether it is valid date of given pattern and update
the label styling when the input value changes.
Licensed under Apache 2.0.