You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. There are some problems with the floating-label:
The example in the docs is incomplete, or at least the code does not correspond to the output (the inputs should have the label in placeholder also, or else nothing is displayed when field is empty)
The size of the floated label when only input class is applied (without size modifier) is wrong - the input field is md-sized, but the label is sm-sized
The floated label size does not change based on the size modifier of select (but changes for textarea)
The text was updated successfully, but these errors were encountered:
Thank you @pdanpdan
for reporting issues. It helps daisyUI a lot 💚
I'll be working on issues one by one. I will help with this one as soon as a I
find a solution.
In the meantime providing more details and reproduction links would be
helpful.
Reproduction URL (Required)
https://play.tailwindcss.com/kQfTUmxKZN
What version of daisyUI are you using?
5.0.4
Which browsers are you seeing the problem on?
Chrome
Describe your issue
Hello. There are some problems with the
floating-label
:placeholder
also, or else nothing is displayed when field is empty)input
class is applied (without size modifier) is wrong - the input field is md-sized, but the label is sm-sizedselect
(but changes fortextarea
)The text was updated successfully, but these errors were encountered: