maui-demos
maui-demos copied to clipboard
SfTextInputLayout does not show the values entered in the field.
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.
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.