fyr.jsPreparing the runtime
← All examples

Example

Forms

Two-way binding, validation messages, and submit handling.

Two-way bindingValidationAccessibility

Forms

This guided example is represented in the site source and linked from the framework repository.
<input fyr-model="email" type="email">
<p fyr-show="errors.email" fyr-text="errors.email"></p>