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 haven't been able to get the formerly selected items to populate my form on edit. It appears blank, just as it would in a new form. If I save without touching the multi-select, the previous choices are sustained.
A bit late to the party...
Did you require chosen-jquery in application.js / , chosen in application.css and did you have
<%= javascript_include_tag 'application' %> in your app layout ?
Works for me using rails 6.x
Hello,
I haven't been able to get the formerly selected items to populate my form on edit. It appears blank, just as it would in a new form. If I save without touching the multi-select, the previous choices are sustained.
My edit form code is:
The text was updated successfully, but these errors were encountered: