How to dynamically change timepicker to be shown or not ?
Thanks
How to dynamically change timepicker to be shown or not ?
Thanks
The only possible way is to set the new config for the calendar within the popup:
Nice response.
Thanks a lot
It is better to use .define(“myProp”) or use .config.myProp ?
Using “define” is a better way, as it will trigger the on-value-change handlers.