-
Notifications
You must be signed in to change notification settings - Fork 133
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
Textfield with dropdown component (PR #273) #282
Comments
Can we use it for multiple language for website ? |
Can you add a flag/option to disable text input? Just like an ordinary drop down menu? As it is now it gets annoying on mobile when the keyboard pops up every time you touch the select. And in my application I don't want the user to type anything but the given options. |
I agree. Because of that example, the component should be modeled around a button + menu rather than input + menu. Would that solve the problem for you? |
Yes it would! Thanks |
What is the status of this? I would really like to use this component from the main mdl library. |
I am wondering about the status as well. not sure if I have to switch to the fork in order to use them or if there is currently work being done. Would be great to hear the latest status. |
Merged to branch new-v8. |
@aforemny where exactly is the merge? I'm trying to use this in |
@zzantares Literally to where he said, the |
I'm having an issue that the arrow for the select dropdown appears on the left, not on the right. Have others encountered this? |
@Socratic1 Seems to be broken in current wip demo, too. I will check the CSS and report back shortly. |
@Socratic1 I updated the wip demo. Please note that you will have to include select.css as in wip.html. |
Should this issue be reopened, since it seems to superseed #79 and the actual features is not merged/done yet? Or is there another (open) issue or is this no longer supposed to be open because a PR exists? |
My focus shifted to https://github.com/aforemny/elm-mdc. Apologies. |
Demo, code.
This issue is a continuation of PR #273, until I rebase against elm-debois/msg.
The text was updated successfully, but these errors were encountered: