mat-touch-select
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

  1. ☑ Create Touch Ui
  2. ☑ Support Material Form Feild
  3. ☑ Support Error State Matcher
  4. ☐ Support multiple select features
  5. ☐ Support Different Select and Display value
  6. ☐ Support Select Interface properties and methods

Package Sidebar

Install

npm i mat-touch-select

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

176 kB

Total Files

26

Last publish

Collaborators

  • devashishpuri