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.