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!

1
Vote

If the TextBox is configured with FloatLabelType set to "Syncfusion.Blazor.Inputs.FloatLabelType.Auto," the FloatLabel does not update properly when the component loses focus due to the keyboard being hidden with the float key option, but only on iPad.


Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SfTextboxSample-1914810202

Video Reference: https://www.syncfusion.com/downloads/support/directtrac/general/ze/TextBox_FloatLabelType_Auto_iPad1125252231

Replication procedure:

1. Run the sample on an iPad.

2. Navigate to the "TextBox" page.

3. Focus on the TextBox and type "Test."

4. Click the "Floating" key to hide the keyboard.

 

Expected Output: The Float Label should update correctly based on the input text.

Current Output: The placeholder overlaps with the entered text.