Input: events don't bubble
rejifald opened this issue · 3 comments
rejifald commented
Not working
<va-input @keyup.enter="handleSubmit"/>
working
<input @keyup.enter="handleSubmit">
nvms commented
stupid mistake on my part, forgot to emit this event after intercepting it.. fixed in 9570897
nvms commented
by the way, THANK YOU for finding all of these issues and bringing them to my attention.. the library is improving a lot because of this
rejifald commented
No problem ! I like work with u too :)