J
J
jazzus2020-02-08 22:57:41
Vue.js
jazzus, 2020-02-08 22:57:41

How to open drop down list on mouse hover?

I have a bootstrap list

<select class="form-control">
  <option>Default select</option>
</select>

which expands when clicked. How can I make the list expand when I hover over it with the mouse?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Dobrin, 2020-02-09
@andreydobrin

<select class="form-control" @mouseover="метод">
  <option>Default select</option>
</select>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question