1.3.4 • Published 4 years ago

@flk/datepicker v1.3.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.0.9

5 years ago

1.0.8

5 years ago