Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floating labels are visible only after focussing on the EditText #5

Open
yuv4ik opened this issue Oct 11, 2017 · 3 comments
Open

Floating labels are visible only after focussing on the EditText #5

yuv4ik opened this issue Oct 11, 2017 · 3 comments
Assignees
Labels

Comments

@yuv4ik
Copy link
Contributor

yuv4ik commented Oct 11, 2017

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.

@SuavePirate
Copy link
Owner

This could be done on a property changed within the BindableProperty as well for each of the controls.

@SuavePirate SuavePirate self-assigned this Oct 11, 2017
@cosmo777
Copy link
Contributor

This is fixed for the text entry field... the others are more involved to fix.

@SuavePirate
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants