clickOpens property

bool clickOpens

Whether clicking on the input should open the picker. You could disable this if you wish to open the calendar manually with Flatpickr.open()

Default: true

Implementation

external bool get clickOpens;
void clickOpens=(bool v)

Implementation

external set clickOpens(bool v);