1.0.8 • Published 5 years ago

flk-datepicker v1.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Datepicker inputs

A component for datepickers for Falak JS framework.

Installation

flk install flk-datepicker

Usage

hello-world.component.html

<flk-datepicker name="startDate" [value]="this.myData" label="Starting date"></flk-datepicker>

Attributes

format

name: [format]

default: DD/MM/YYYY.

Configuration key: form.datepicker.format.

Set the format of the input.

Please make sure to set a proper format according to momentjs formats formula.

Events

name: select

Triggered when user selects a date.

Missing attributes

Any input attribute/event could be applied here, such as name, value and so on.

1.0.8

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago