Skip to content

Platform: Date Picker Component Technical Design

Kevin Okamoto edited this page Feb 13, 2020 · 10 revisions

Date Picker

Summary

The DatePicker is an input component for selecting a date or date range.

See Fundamental NGX:Core implementation of Date Picker.

Example

<fdp-date-picker
  [(ngModel)]="startDate"
  [type]="'single'"
  [compact]="true"
  [state]="'valid'"
  [disabled]="true"
  >
</fdp-date-picker>

Design

Property Bindings

Notes

Clone this wiki locally