I want that if a button clicked and before that if time is chosen by the user by using Time Picker, then button will activate but if the time is not chosen by the user by using Time Picker, then the button will not activate. So how can I do that?
You can toggle either visible or enabled. I prefer the former, but it's upto you.
But if there is two Time Picker and I want that the user first set the time in both the Time Picker, then the button will enable and also without choosing time. if the user click on the button then a pop up message will appear.
And Thanks for your earliest help.
Thank you so much.
1 Like