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 437 forks source link

Autocomplete popover #556

Open kilobyte2007 opened 1 year ago

kilobyte2007 commented 1 year ago

In this PR, I've made the UiAutocomplete component use the UiPopover component similarly to the UiSelect component so it can be safely used in modals.

Let me know what you think!