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
Make sure I'm reporting something precise that needs to be fixed
Give my issue a descriptive and concise title
Create a minimal working example on JsFiddle or Codepen
(or gave a link to a demo on the Selectize docs)
Indicate precise steps to reproduce in numbers and the result,
like below
When I click on an option and if the page is scrolled right, there is a scroll left.
With remove_button plugin, if I click on the cross, there is a scroll too and item is not removed.
After having updated, the problem seems to be not fully fixed.
Doing the same as described, the first click on a remove button will jump to the left. After as there is focus on a tag, clicking on the remove button will work and not jump.
If I don't click on the cross but on the item, it jump left too.
I did:
(or gave a link to a demo on the Selectize docs)
like below
When I click on an option and if the page is scrolled right, there is a scroll left.
With remove_button plugin, if I click on the cross, there is a scroll too and item is not removed.
Steps to reproduce:
Expected result: Item is removed
Actual result: page scroll left and item is not removed
The text was updated successfully, but these errors were encountered: