unovue / shadcn-vue

Vue port of shadcn-ui
https://www.shadcn-vue.com/
MIT License
5.34k stars 318 forks source link

Fix: switch from placeholder: to data-placeholder: prefix class for SelectValue #867

Closed damienroche closed 2 weeks ago

damienroche commented 3 weeks ago

๐Ÿ”— Linked issue

close #866

โ“ Type of change

๐Ÿ“š Description

On radix-vue docs, placeholder is set by using [data-placeholder] attribute. To apply style, we need to use data-[placeholder]: prefix class instead of placeholder: prefix which is used only for input type

๐Ÿ“ธ Screenshots (if appropriate)

๐Ÿ“ Checklist

sadeghbarati commented 2 weeks ago

Thanks โค๏ธ