A library of Polymer type extensions and elements made for tackling common tasks for forms backed by JSON data.
The goal of this project is to make dealing with forms and handling validation a less tedious, frustrating and annoying task.
Elements
- data-checkbox
- data-form
- data-selector
- data-select
- data-text-area
- data-text-input
- simple-data-selector
Behaviours
- DataElementBehaviors.Basic
- DataElementBehaviors.DataSelector
- DataElementBehaviors.OptionList
- DataElementBehaviors.TextField
Example
Check out the example in the example
directory to see all of these elements in action.