Closed
Description
I have noticed a minor issue with multi-select-box script on your site today. I don't know if this is some bug in VueJS or may be a browser issue. Please have a look at the attached error-screen first. Today, I was testing VueJS on following page of your site:
http://vuejs.org/guide/forms.html
Steps to Reproduce:
- cilck the above link
- select "A" in multi-select. this works and outputs "[A]".
- Finally try to select all values by clicking "A" and drag the mouse far below "C". Release the mouse outside the boundary of multi-select. Now all values are selected, but VueJS could not realize the change event. VueJS will not realize this change even if you change the focus to some other field. It will realize this change only when you click the multi-select once again.
Not sure if this is VueJS bug or browser didn't fire change event. but whatever the case is, it will lead to unwanted results in back-end.
regards,
Metadata
Metadata
Assignees
Labels
No labels