vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Dropdown firing tabs in Firefox but not Chrome #2286

Open dtucker01 opened 3 years ago

dtucker01 commented 3 years ago

Material version : 0.8.1

I have a dropdown of states in a vue component: <form-list v-model="model.State" label="State" name="state" :options="states" :required="true" :error="getError('State')" />

and inside another compnent I'm displaying the address dropdown from the form-list: ` Address <div class="system-message alert" v-if="accountAddressChanged"

You have unsaved changes.

`

This works in chrome but not in Firefox. In Firefox, if I click the dropdown, it starts displaying the results and then goes to the next tab. I'm not sure if this is enough information so please advise.