maui-demos icon indicating copy to clipboard operation
maui-demos copied to clipboard

SfTextInputLayout does not show the values ​​entered in the field.

Open GabrielRocha593 opened this issue 1 year ago • 1 comments

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.

GabrielRocha593 avatar Jul 12 '24 14:07 GabrielRocha593

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.

jader1313 avatar Jul 12 '24 17:07 jader1313