-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Allow to refresh a dropdown (dropdown and material selects) #452
Comments
+1 |
I know you guys must be really busy, but I would really appreciate it if this could get looked into. Any eta for this feature fix? |
+1 |
+1 for using it with Ember JS |
Added in a06d9a4. Recalling the plugin will refresh the select. |
I just downloaded the latest master, and recalling the plugging in my case will refresh the old |
I'm not seeing a second |
In my case I replace the
Don't know if this helps, but every time the
|
For anyone working in Ember.js who finds this issue in the future here is how I solved the re-rendering of the select. Wrap it in a
Without the with it never updates. With it - it does. |
not possible with selects . It will close the window when added new options . |
When dynamically updating select's options or dropdown items, the dropdown created on the fly by the framework is not refreshed.
It would be useful to allow one to do
material_select(true)
, wheretrue
would trigger a simple refresh of the element rather than a full rendering.The text was updated successfully, but these errors were encountered: