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 don't expect that issue to get resolved anytime soon since I don't think that project is maintained, so it would be nice to fix this in Torso. @mandragorn suggested setting it up as a view-level or field-level override, so you can choose whether to allow the fallback to checking the option value directly.
This is due to an underlying issue with how stickit handles option tags, see: nytimes/backbone.stickit#285
I don't expect that issue to get resolved anytime soon since I don't think that project is maintained, so it would be nice to fix this in Torso. @mandragorn suggested setting it up as a view-level or field-level override, so you can choose whether to allow the fallback to checking the option value directly.
For reference, here is the stickit getVal method for select elements: https://github.com/nytimes/backbone.stickit/blob/master/backbone.stickit.js#L696
And here is how I've overridden and replaced that:
The text was updated successfully, but these errors were encountered: