Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Value is not properly updated on timepicker in safari (MacOS or iPadOS)

 

Replication Procedure: 

  • Run the sample.

 

1. Enter 01:23 in Time1 and click in field 2

 Safari: NOT OK (value not written to property)

  Chrome: OK

2. Enter 01:24 in Time2 and press enter

Safari: NOT OK (field can not be left any more - click in TextBox not possible)

Chrome: OK

3. Delete value in Time2

 Safari: OK

 Chrome: OK

4. Enter value 01:25 in Time2 and click in Text box

Safari: NOT OK (value not written to property)

Chrome: NOT OK (value not written to property - issue occurs after deleting and entering a new value... major issue A)

5. Choose 01:00 from Picker-Dropdownlist and click in text field

Safari: NOT OK (Field can not be left any more - cursor stays in the date field and you can not enter the text field)

Chrome: OK

 

Sample: https://www.syncfusion.com/downloads/support/common/4421/7z/TimePickerSample_6cfdf902.7z


current Behaviour 
 : Value is not properly updated in safari

Expected Behaviour
 : Value should be updated properly on timepicker in safari