Open alanhogan opened 13 years ago
Using the latest Opera, the comma remains in the input element after adding an item. (Adding a return false; did not help, in my local test.) This is despite e.preventDefault() being called.
return false;
e.preventDefault()
Steps to reproduce:
I assume this is a failing of Opera’s, but figured I would make an issue here anyway.
Using the latest Opera, the comma remains in the input element after adding an item. (Adding a
return false;
did not help, in my local test.) This is despitee.preventDefault()
being called.Steps to reproduce:
I assume this is a failing of Opera’s, but figured I would make an issue here anyway.