Closed
Description
I did:
- Search for if my issue has already been submitted
- 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.
Steps to reproduce:
- go to https://selectize.dev/plugins/2020/01/01/remove-button-copy/
- Add margin to example div like below and scroll to the right :
- Try to remove one item
Expected result: Item is removed
Actual result: page scroll left and item is not removed