Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Unable to select the cleared item in the TimePicker popup. This issue has been occur in the below two cases.
Case 1:
Issue replication Sample: https://ej2.syncfusion.com/javascript/demos/#/material/timepicker/default.html
Replication procedure:
1. Run the above demo link and select a time value
2. Close the popup.
3. Keep the cursor in the input
4. select all (ctrl+A) and press backspace key.
5. Now, open the popup without focus out action and select already selected value.
6. We could not select the time value
Case 2:
Issue replication Sample: https://ej2.syncfusion.com/javascript/demos/#/material/timepicker/default.html
Replication procedure:
1. Run the above demo link and select a time value
2. Open the popup
3. Keep the cursor in the input
4. select all (ctrl+A) and press backspace
5. We could not select the time value
Output: Item not cleared in popup
Expected: Item cleared in popup