DateTimePicker
DateTimePicker copied to clipboard
Disable text input for all fields?
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?
DateTimePicker has readonlyInputs property which can be set to true to disable inputs.
You can use following code -
readonlyInputs: true