DateTimePicker icon indicating copy to clipboard operation
DateTimePicker copied to clipboard

Disable text input for all fields?

Open matthewmalone opened this issue 7 years ago • 1 comments
trafficstars

Is it possible to disable the text input on each field and only use the +/- buttons?

It brings up the keyboard when you hit the text input fields on mobile? Ideally, it should bring up a number input?

matthewmalone avatar Dec 01 '17 00:12 matthewmalone

DateTimePicker has readonlyInputs property which can be set to true to disable inputs. You can use following code -

readonlyInputs: true

nehakadam avatar Dec 13 '17 14:12 nehakadam