Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: area not disabled when using: Text input with text label inside #3004

Closed
crescent1 opened this issue Apr 29, 2024 · 1 comment
Closed

Comments

@crescent1
Copy link

What version of daisyUI are you using?

v4.7.3

Which browsers are you seeing the problem on?

No response

Reproduction URL

https://play.tailwindcss.com/OAsyPadzrJ

Describe your issue

the disabled area not worked when using Text input with text label inside

example code

<!-- normal input disabled -->
<input type="text" placeholder="Type here" class="input input-bordered mb-4 w-full max-w-xs" disabled />

<!-- Text input with text label inside disabled -->
<label class="input input-bordered flex items-center gap-2">
  Name
  <input type="text" class="grow" placeholder="Daisy" disabled />
</label>

result
bug

Copy link

Thank you @crescent1 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant