You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem unable to get X-Editable to work nicely with select2. I can get X-Editable to work with other fields and select2 works on its own, but combining them seems cumbersome. Examples don't seem to work and include things that have been deprecated in select2 a long time ago (initSelection).
At least some of the issues I have:
I can get an initial value to the field but when I click it the field empties. So I
I can't figure out what my (Flask) backend is supposed to return because it seems no matter what I return component keeps telling nothing is found. I have verified my backend function does indeed return something but apparently in the wrong format. I've tried several different options.
Default width of the component is 30px for some reason, only way I could figure how to fix this is by adding this as a parameter. This is ugly and not needed when using select2 alone.
Save function is never seems to be called after I click the submit button.
Are there any examples on how to use select2 with the multiple choice option (again, what format should I use?) and tags = true? Should the latter work like with how select2 normally does, i.e. with the createTag callback?
The text was updated successfully, but these errors were encountered:
I seem unable to get X-Editable to work nicely with select2. I can get X-Editable to work with other fields and select2 works on its own, but combining them seems cumbersome. Examples don't seem to work and include things that have been deprecated in select2 a long time ago (initSelection).
At least some of the issues I have:
The text was updated successfully, but these errors were encountered: