Form using a huge selectbox
- David Šolc
- Member | 5
Hello,
I created a form with Kdyby/FormsReplicator and inside each container is a select box with “products”. Problem is that “products” are also created by the user and there is a lot of them now.
I looked at Select2, which I got working with ajax call loading data from DB via some query using LIKE, but I got stuck with setting items for SelectBox, since I can not load all of the products and set them via setItems(), so I am unable to getValues() on form, because of getValue() on the selectBox. Another story is that I used this form to also edit these values via setDefaults(), so it is also not working, since it does not have items set.
So I was thinking about some kind of ajax SelectBox, which will set items dependent on a query sent from Select2 and possibly set items (which will be set as defaults)?
Any ideas or a piece of advice?
Thanks a lot for any!
Last edited by David Šolc (2016-11-28 20:24)
- CZechBoY
- Member | 3608
Try some addon, for example https://github.com/nextras/forms component typeahead.