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 selected template #512

Open EmilMoe opened 4 years ago

EmilMoe commented 4 years ago

Am I missing something in the documentation or are we lacking an option to set a template for the selected item like there's a template for every item in the list?

JosephusPaye commented 4 years ago

You mean a template to appear in the input button after something is selected? If so, we don't have that yet for UiSelect. Will make a good addition though.

EmilMoe commented 4 years ago

I also noticed issues related to the search on ~mobile view~ WebView on Android.

Can I do anything to help the work and what is the timeline for next release?

JosephusPaye commented 4 years ago

Outlined plans for v2 here, now quite behind schedule: https://github.com/JosephusPaye/Keen-UI/issues/483

For now I'd like to fix smaller issues and update to support Vue 3 first, before focusing on v2 work.