TerryZ / v-selectmenu

SelectMenu for Vuejs, A simple, easier and highly customized menu solution
https://terryz.github.io/docs-vue/#/selectmenu
MIT License
187 stars 25 forks source link

added activeTab as prob for setting tabIndex #23

Closed kperveen closed 5 years ago

kperveen commented 5 years ago

Right now, the active tab is set on click, this adds a prop to let the parent component set the activeIndex from its side.

TerryZ commented 5 years ago

Why parent component need to switch SelectMenu menu group tab?

kperveen commented 5 years ago

The component shows the tab that was last active when you open it again after closing it regardless of the value that is already selected

kperveen commented 5 years ago

@TerryZ any update on this?

TerryZ commented 5 years ago

Sorry for so late to merge, thanks for your PR.