-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
There are a series of option to set dates like last 30, 60, 90 Days etc. Along with this an option to manually change the from and to dates just incase you need last 16 or 75 days etc. If the dates have been changed manually then its necessary to know custom dates have been opted.
Hence if you could provide these option then it will be nice:
- To make the input field of the Datepicker component read-only and only allow dates to be set through the picker dialog.
- Get an event from the OK button so as to track if the dates have been attempted to be changed.
- Include the 'disabled' property be included for the Datepicker component.
I am not quite sure about the change event because editing the input field manually would also need to trigger the change event normal case I guess. But in my case having the input field read-only is just about alright.
Thank you.
KongJan, LenoM, kostikovmu and lentryd