oruga
oruga copied to clipboard
Active class applied to all dropdown items when `value` is not defined
Overview of the problem
Oruga version: [0.5.5] Vuejs version: [3.2.37] OS/Browser: Chrome
Description
If the value is not set for Dropdown Items, and if a dropdown item is clicked, it applies is-active class on all the dropdown items
Steps to reproduce
- Use Oruga with Bulma theme
- Create a dropdown
- Click on any dropdown item
Expected behavior
A) There should be a configuration to define whether an active class should be applied or not. B) It should apply active class only to the dropdown item which is clicked
Actual behavior
is-active is applied to all dropdown items