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'm using selectize for a 'tagging' feature within a Foundation Reveal modal. When I click the the close button on the 'tag', the modal closes. The issue has something to do with event propagation, and can be fixed by adding return false; to the click handler callback within the multiClose setup function.
Okay, well, that's not exactly useful. What would be useful would be suggesting a well-thought out solution/changes to the code. You can do that on the original issue.
I'm using selectize for a 'tagging' feature within a Foundation Reveal modal. When I click the the close button on the 'tag', the modal closes. The issue has something to do with event propagation, and can be fixed by adding
return false;
to the click handler callback within the multiClose setup function.This is a duplicate of issue #870
The text was updated successfully, but these errors were encountered: