Description
When navigating to a page containing the SfTextInputLayout control, the hint label is displayed correctly the first time. However, on subsequent navigations, the hint label is not shown if the same page instance is reused instead of creating a new one.
MauiApp5_cec3a246.zip
Steps to Reproduce
- Run the attached sample on Android.
- Click the “Go to next page” button to navigate to the page containing the TextInputLayout. The hint label is displayed correctly.
- Click the back arrow icon in the title bar to return to the previous page.
- Click the “Go to next page” button again to navigate to the same page instance. The hint label is not displayed this time.
.NET Version
.NET 9.0
Version with bug
1.0.7
Is this a regression from previous behavior?
Not sure, haven't tested other versions
Last Known Working Version
Not sure, haven't tested other versions
Affected platforms
Android, I was not able test on other platforms
Affected Platform Versions
No response
Have you found a workaround?
No response
Relevant log output