-
Notifications
You must be signed in to change notification settings - Fork 120
Use Select2 on the select entity filters #64
Comments
We use select2 on some projects but I don't think it should be integrated directly into our bundle, people should be free to choose the lib they want to use. |
It is often discussed wheter JS libraries should be included or bound to a bundle. If we consider adding
Maybe this can be achieved by an additional bundle. If we had this feature inside THIS bundle it would be a great package since it solves a lot of use cases, would save time writing the JS and improve performance for large |
I'm still in favor of adding select2 to this bundle by default, given that Otherwise 👍 for an additional bundle, which will be a |
Let's see what @cedric-g thinks. 👍 |
I still have the same opinion, but if you really think it's a good thing to provide a select2 integration feel free to submit a PR :) |
When the select fields contain many entities, it is difficult to find the right option. It would be great if optionally the select2 bundle can be implemented. This great jQuery selectbox replacement makes it possible to type in the select-box.
http://ivaynberg.github.io/select2/
I've already implemented it myself now, but via a workaround instead of directly into the filter bundle. It can be an parameter in the constructor of the filter field.
The text was updated successfully, but these errors were encountered: