mat-touch-select
v0.0.3
Published
Material Select with TouchUI for Mobile Devices like DatePicker.
Downloads
77
Maintainers
Readme
MatTouchSelect
Material Select with TouchUI for Mobile Devices like DatePicker.
Installation
npm i mat-touch-select --save
Usage
<mat-form-field appearance="outline">
<mat-label>App timer</mat-label>
<!-- Our Touch Optimised Form Control -->
<mat-touch-select [options]='options' [formControl]='control' [touchUi]='touchToggle' [errorStateMatcher]="matcher">
</mat-touch-select>
<mat-error *ngIf='control.hasError("required")'>
App Timer is <strong>required</strong>
</mat-error>
</mat-form-field>
For now, only String array is supported as options and string output is recieved.
Project Progress
- ☑ Create Touch Ui
- ☑ Support Material Form Feild
- ☑ Support Error State Matcher
- ☐ Support multiple select features
- ☐ Support Different Select and Display value
- ☐ Support Select Interface properties and methods