0

How can I set the widget to disallow entering dates manually? User should only be able to pick the date using the calendar.

The example form is here: https://js.devexpress.com/Demos/Widgetsgallery/Demo/Form/CustomizeItem/Angular/Light/

The field I am referring to is the 'Hire date'.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
user3284063
  • 665
  • 5
  • 20

1 Answers1

0

Set the field 'acceptCustomValue' of the [editorOptions] to 'false'.

user3284063
  • 665
  • 5
  • 20