v1.0.0
Live Demo →
API Documentation →
Features
<vaadin-custom-field>
component implementing the wrapper element for the input fields:
<vaadin-custom-field>
<input type="text">
<input type="number">
</vaadin-custom-field>
The wrapped elements are visible for the user and reflect the current value of the field. The wrapped components can be wired to present/set the value of the field with parseValue
and formatValue
-
The label is presented above the field.
-
The error-message is presented below the field when it is invalid.
-
The field can be marked as required, the required indicator is shown in that case.
-
vaadin-custom-field
can be used inside an iron form.