Vuetify: 1.1.13
Just select an option then try to remove it using Backspace.
The option should be deleted as soon as I click once.
I have to press 3 times the Backspace button.
https://codepen.io/Kleemer/pen/GXJxar
Adding the 'multiple' props shows a behaviour that could explains what is happening. In that case, pressing Backspace the first time select the element on the left of the caret, and a second press is needed to delete the element, maybe something like this is happening behind the scenes ?
I am not able to reproduce on Chrome using the codepen provided. After selecting an item I press backspace and I immediately start removing letters from the selected item
Now try again but do step 4 three times
Issue still persists in v1.5.x, in v1.0.x using v-select this was not an issue.
This is working as of v2.2.26.
If you have any additional questions, please reach out to us in our Discord community.
Most helpful comment
Now try again but do step 4 three times