-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add example of doing drop down input to the documentation #62
Comments
I have a really cool drop-down (and some other crazier elements) that I'll add to the docs update in their own section. The key here is to specify a |
Also check out #48, might be helpful. |
Like others, I am having issues with dropdowns - in my case a multi-select. Everything is working fine except I can't pull out the data. In It would be great to have the examples added to the documentation. Thanks for a great library. |
I have no problem on my side. I use the 'change' event. Did you add the 'reactive-element' class to your 'select' tag? |
Thanks - yes, that was it. The other elements I added were OK - but missed it on that one and had been staring at it too long. Working as expected now - appreciate the help. |
Just playing with dropdowns. I'm just not sure how to bind the selection to the form? ie, I can change the selection, but the form doesn't know.
{{> ddInput field='type' values=types}}
just a collection with {name:'something'}
and the Schema
The text was updated successfully, but these errors were encountered: