[ ] ๐ Documentation (updates to the documentation, readme or JSdoc annotations)
[x] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality like performance)
[ ] โจ New feature (a non-breaking change that adds functionality)
[ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to 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
๐ 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 usedata-[placeholder]:
prefix class instead ofplaceholder:
prefix which is used only forinput
type๐ธ Screenshots (if appropriate)
๐ Checklist