How do i disable the dropdown ?
Pass :disabled="true".
:disabled="true"
I've tried using required attribute, but it doesn't show error on submitting the form
required
Most helpful comment
Pass
:disabled="true".