Form Components
Inputs with icon prefixes
Icon prefixes with floating labels
Icon prefixes with button suffix
Toggle
A toggle switch is used as an on/off control.
Character count
This demonstrates using Angular for a live character count within an input and textarea.
Input File Upload
Material Date Picker
Datepicker touch UI
Datepicker open method
Autocomplete
Reactive length: {{ reactiveStates.length }}
Reactive value: {{ stateCtrl.value | json }}
Reactive dirty: {{ stateCtrl.dirty }}
Template-driven value (currentState): {{ currentState }}