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

Input tags missing closing slashes #739

Closed
claysam75 opened this issue Apr 22, 2022 · 1 comment
Closed

Input tags missing closing slashes #739

claysam75 opened this issue Apr 22, 2022 · 1 comment
Assignees

Comments

@claysam75
Copy link

claysam75 commented Apr 22, 2022

I have found that in multiple component types which use tags, the closing / is missing, causing errors when the provided html is copied into VSCode.

For example, from the Text Input component -

<input type="text" placeholder="Type here" class="input w-full max-w-xs">

Proposed fix -

<input type="text" placeholder="Type here" class="input w-full max-w-xs"/>

Happy to have this assigned to me and I'll go through and add where required.

@saadeghi
Copy link
Owner

Sure!

inorganik pushed a commit to inorganik/daisyui that referenced this issue Feb 7, 2023
imgbot bot pushed a commit to Avensen/daisyui that referenced this issue Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants