JosephusPaye / Keen-UI

A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design.
https://josephuspaye.github.io/Keen-UI/
MIT License
4.1k stars 438 forks source link

UiSelect can no longer be used correctly in UiPopover #535

Closed TheRedfoox closed 2 years ago

TheRedfoox commented 2 years ago

Since release 1.3.0 it is no longer possible to use a UiSelect inside a UiPopover because it closes the UiPopover when an option is selected.

I don't know of any workaround or other use.

Thanks a lot !

JosephusPaye commented 2 years ago

Should be fixable by using the new props added in #536. Re-open if that's not the case.