Nana Assumadu

Results 19 comments of Nana Assumadu

Hi @benjamincanac please has this been fixed because I am experiencing the same error with both USelectMenu and UInputMenu. I realize if I specify a specific value attribute the display...

Ok here Is a test I wrote using an example from the docs @benjamincanac ``` const loading = ref(false); const selected = ref(); async function search(q: string) { loading.value =...

And in the spirit of taking my own advice ``` const loading = ref(false); const selected = ref(); const options = ref(); async function search(q: string) { loading.value = true;...

@benjamincanac Ow and I also noticed that searchLazy and debounce on both the selectmenu and inputmenu are not working

Yes please... I was using the edge package... I saw your post that about the edge update...

Ow and @benjamincanac ... Ive been looking and patiently waiting on ui 3... can I help at least with the testing phase... I am currently writing an app that I...

Yes.... I am saying the error reported here still exist. As in As per the docs when valueAttribute and optionAttribute is set with an async search function, and/or with debounce......

I even thought it was because it was because of the compatibilityDate, however even after changing it ... same results @benjamincanac

@benjamincanac ...I hope this helps... https://github.com/Nyantekyi/reproduct-nuxtui https://stackblitz.com/~/github.com/Nyantekyi/reproduct-nuxtui