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
Try to bind data to MaterialEntry, the text will appear however the floating label will be visible only after focusing on the Entry.
Possible cause:
Since HiddenLabel is hidden by default and set to visible only after the Picker's Focused event.
There should be additional check, if the Text is there make the HiddenLable visible.
The text was updated successfully, but these errors were encountered:
We could probably just do it when SelectedIndex or SelectedItem is changed on MaterialPicker, and in the property changed for Date and Time for the other pickers.
Try to bind data to MaterialEntry, the text will appear however the floating label will be visible only after focusing on the Entry.
Possible cause:
Since HiddenLabel is hidden by default and set to visible only after the Picker's Focused event.
There should be additional check, if the Text is there make the HiddenLable visible.
The text was updated successfully, but these errors were encountered: