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 /> code missing self closing tags in Text Inputs Documentation #6577

Closed
dPacc opened this issue Jul 14, 2020 · 0 comments
Closed

<input /> code missing self closing tags in Text Inputs Documentation #6577

dPacc opened this issue Jul 14, 2020 · 0 comments

Comments

@dPacc
Copy link

dPacc commented Jul 14, 2020

The Text-Inputs code under Forms section in the documentation are missing self enclosing tags.
Link to docs

Current Behavior

<input id="email_inline" type="email" class="validate">

Possible Solution

<input id="email_inline" type="email" class="validate" />

@dPacc dPacc closed this as completed Jul 21, 2020
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