epicmaxco / vuestic-ui

Free and Open Source UI Library for Vue 3 🤘
https://vuestic.dev
MIT License
3.34k stars 324 forks source link

Some select is probably broken on landing page #3047

Closed asvae closed 1 year ago

asvae commented 1 year ago

Vuestic-ui version: 1.6.1

Why does the select width expand to 100% when you open it and go smaller again after selecting an option?

iOS chrome and safari

https://vuestic.dev

m0ksem commented 1 year ago

I think it is related to VaDropdown. I'm not able to reproduce it in Safari 16.3.

asvae commented 1 year ago

See https://github.com/epicmaxco/vuestic-ui/issues/3047

aluarius commented 1 year ago

As for Maxim, wasn't able to reproduce for Chrome, Safari and Firefox.

Suggest to close it for now and reopen if someone will complain.

m0ksem commented 1 year ago

@aluarius, check mobile safari

rustem-nasyrov commented 1 year ago

@aluarius, here is reproduction:

image image
aluarius commented 1 year ago

Yea, thnx, already found it.

aluarius commented 1 year ago

All in all, this issue is related (the same reason) to https://github.com/epicmaxco/vuestic-ui/issues/3049

To solve it in optimal way, me and Maxim decided to rewrite VaDropdown via render function.

aluarius commented 1 year ago

Closed via https://github.com/epicmaxco/vuestic-ui/pull/3119