Can't update select value with Selectize plug-in
Can't update select value with Selectize plug-in
Hello,
- Since I'm using Selectize plug-in for the field "title" of my table, I can't update value (bubble).
- The inline create works but only when my mouse click out of the select. I want that user can't type enter to create a new row.
Do you have any ideas about these curious behaviors?
Thanks for your help!
Replies
Hi again,
I tried to add the onReturn form-option on my inline create and bubble edit but it doesn't work as expected :
As you can see on these two code snippets, the onBlur option works perfectly on both but onReturn is ignored for no reason...
Thanks for your support!
Hi,
Thanks for flagging that up. Add the following to the Selectize plug-in for Editor:
That should do the job. Plug-ins need to specifically indicate if return can be used to submit the form.
I'll get the plug-in on the site updates for that.
Regards,
Allan
Thank you for your answer Allan,
It works perfectly!