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

Issues with input tag #56

Closed
richardanaya opened this issue Dec 30, 2018 · 1 comment
Closed

Issues with input tag #56

richardanaya opened this issue Dec 30, 2018 · 1 comment

Comments

@richardanaya
Copy link

richardanaya commented Dec 30, 2018

I had difficulty writing:

<input type="button",>
{"+"}
</input>

however this worked just fine

<div type="button",>
{"+"}
</div>

inside the DOM it seemed to prematurely close the input tag <input type="button"/>+

@chinedufn
Copy link
Owner

I'm not sure if it's valid for input to have a child element.

I think you might want <input type="button", value="+",></input>

Let me know if that doesn't work for you!

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

2 participants