You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce you need to navigate to the secondary page WITHOUT FILLING IN the fields, when you return to the main page, when clicking on the fields the problem will occur.
The text was updated successfully, but these errors were encountered:
I also noticed this problem.
Apparently there are problems with the code that makes Hint float.
Even defining IsHintAlwaysFloated="true", when the property is empty, the Hint does not float.
When navigating to a secondary "view" and then returning to the main one, "SfTextInputLayout" does not show the values entered in the field.
For this to happen when navigation is done, the field needs to be EMPTY, if it has a value the problem does not happen.
I made an example project to reproduce the problem: https://github.com/GabrielRocha593/SfTextInputLayoutError.git
To reproduce you need to navigate to the secondary page WITHOUT FILLING IN the fields, when you return to the main page, when clicking on the fields the problem will occur.
The text was updated successfully, but these errors were encountered: