You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first option has data-active="true" and it won't change using the mouse only when you press the down arrow key on the keyboard.
Any additional comments?
Also:
Usage and migration guide says:
import Select from "vue3-select-component";
But it doesn't have a default export. It should be:
import { Select } from "vue3-select-component"
Vue3-Select-Component version
v1.0.1
Link to minimal reproduction
https://play.vuejs.org/#eNqdUsFu2zAM/RVBl6RAYnfoTpkbdBt6WA/bsPQ27eDZjONUlgWJdlIY/vdRspx5RdIBvQgS9R75+MiOf9Q6ahvgK57YzJQamQVsNJOpKm4FRyv4Wqiy0rVB1rENSMiQ9Wxr6ooJTtSbpfXBZVYTSoFCwScMA9sRPiP0TCihslpZZG0qG2C3DpFYNKUq1vOZrSvAHd1nVx9GYK2xpMsAnf8UilFemf4GuSIJD2mbbrx0wRdDUhfeU3joSHDWL16QHp81nCEhhS+TNqO2fzgnxYHy60qoJB6ykHX0QKi0TBHoxVgSLGyXVZ2DJI99JiKvQp8UCjcKxj4F0fR6IEI+lu66YGHfJ7EmXBJPKtHT4rN017swjMbIueA7RG1XcXw4HKJG6aciosHFZwd553JZjPOSDp/NRpklWW421GPIzxd8qLCsUh3tba1onTqnWoQPopBeF3GxC0vjzBzF/U/Yu+g6uh50lSqHY0TK9lTFj+xijdDDm0tNLXCFeqF6ah4t7em2LF607lKUEsy3cZgTC1Ip68ODj6Fp4CQ720H2dCa+t8dB9XcDFkxL+3L6w9QUEPy733yFo9vp8ZOWrJGEfuXzB9haNk7jAPvUqJxkT3Be7Rc/SdrzR3t/RFB2bMoJ9W54vLf+8yut/5V7E70/udj/AQRNjcs=
Steps to reproduce
Look at any example
What is expected?
First option should behave as the others
What is actually happening?
The first option has data-active="true" and it won't change using the mouse only when you press the down arrow key on the keyboard.
Any additional comments?
Also:
Usage and migration guide says:
import Select from "vue3-select-component";
But it doesn't have a default export. It should be:
import { Select } from "vue3-select-component"