how to make editor date calendar only selectable.
how to make editor date calendar only selectable.
GE Power
Posts: 10Questions: 2Answers: 0
i want to disable the manual entry for date field. user should only select date from calendar for update. Please help.
This discussion has been closed.
Replies
The
field().disable()
method can be used to disable user input.Allan
field().disable() API will disable the field and it will not be editable manually or selectable from calendar. I am looking for option where user should be restricted from manually enter in text box, only from calendar date should be selected
Are you using the datetime field type ?
yes, i am using datetime type
I was guessing that Editor's datetime input field would have this capability, but apparently it doesn't. Seems like a reasonable new feature request.
Thanks for the clarification of what you are looking for.
should do it.
Allan