Icet

Results 8 comments of Icet

That may cause by the `server` option in `vite.config.ts` configuration, you can remove it. ```ts server: { https: true, host: true, } ```

It's for using HTTPS with vite, but it's not a must-have. We could just remove it.

I found during debugging that it's related to the `@floating-ui/vue` package. When I use `@floating-ui/dom` instead of `@floating-ui/vue` to implement the floating component, it works. This is really strange, and...

Yes, I've tried it and I got the same result as you did, but the same example works in a local project.

Finally, I found out that this is a Vue [issue](https://github.com/vuejs/core/issues/7688). `watch()` doesn't work after running `npm run build` for a Vue project. Let's wait for the [fix](https://github.com/vuejs/core/pull/7689) to be merged.

@jd-solanki Oh no, sorry, I forgot that I still have an unmerged PR. I'm trying to re-fork the repository to fix the sync issue, but it seems I can't restore...

I've sent a restore ticket to see if I can restore it. If not, I will create a new PR.

Maybe adding `text-field` and `value-field` to ASelect could solve this issue, because the backend API will always return various kinds of data.