allowInput property

bool allowInput

Allows the user to enter a date directly input the input field. By default, direct entry is disabled.

Default: false

Implementation

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

Implementation

external set allowInput(bool v);