Floating Label not working as expected #4458
Unanswered
eirfaniskandar123
asked this question in
Q&A
Replies: 1 comment
-
|
Can you share a minimal reproduction link so I can help finding the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I successfully install daisyui by laravel. But when i add code for floating label input, it doesn't work as expected.
<label class="floating-label"> <input type="text" placeholder="Test Input" class="input input-md" /> <span>Name</span> </label>I also has tailwind intellisense in my vscode. Usually when i hover the class name, it will show the details of the css class. But for this floating-label, it doesn't show anything.
"daisyui": "^4.12.24",is it because my daisyui version?
Beta Was this translation helpful? Give feedback.
All reactions