-
Notifications
You must be signed in to change notification settings - Fork 76
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 hint in default ComboBox style #129
Comments
Hello, @Tenjim I think what this is what you need: #101 (comment) |
Hi @SKProCH , Not really. I want to have hint when I don't have any value in the combobox and the behavior that replace hint by combox value selected and finaly put hint above. Like this : It's the same behavior in your demo do with TextBox and TextFieldAssist. |
Hmm, @Tenjim You can use Is that one what you needed? |
Hi @SKProCH The ComboBoxAssist is not working in the ComboBox without class.
Here is what i expect (in wpf material design) : Is there an easy way to have this ? |
Seems like this currently not available. |
Hi, any update on this? We are just starting with Avalonia and need a filled ComboBox with a floating label. |
Hello, @Stensan. Currently - no yet. I've trying to find time to finish TextBoxes rework, and after that I hope what i can quickly do ComboBoxes rework. |
Hi guys,
I wanna to know if you have this behavior referenced on Material Design :
Exposed DropDown Menu
On WPF, I'm using Hint with ComboBox and I have this behavior with different menu status.
Do you have any implementations/workarounds about it ?
Thank in advance.
The text was updated successfully, but these errors were encountered: