question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Investigate html 5 different input types

See original GitHub issue

The HTML 5 different input types, like date are supported by the library but are untested. It would be good to write test for the input types supported by the library.

The Input Text will always clear the input field and in the same time it would be good to find out can the clearing be done for all input types.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
pekkaklarckcommented, Feb 6, 2019

If there are tests for various input types, it ought to be easy to see which shouldn’t be cleared.

0reactions
pekkaklarckcommented, Mar 13, 2019

OK. It would be nice to do input validation to make sure values are actually accepted but I’m not sure is it worth the effort. Definitely not part of this issue anyway.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The HTML5 input types - Learn web development | MDN
That brings us to the end of our tour of the HTML5 form input types. There are a few other control types that...
Read more >
HTML Input Types
This chapter describes the different types for the HTML <input> element. HTML Input Types. Here are the different input types you can use...
Read more >
Web Forms with HTML5
With HTML5, placeholder values can be added to any text input type or one of the new HTML5 input types, including search, url,...
Read more >
New Input Types in HTML5
HTML5 introduces several new input types for the forms. These input controls allow user to enter data in a form in more efficient...
Read more >
Introduction to HTML5 Forms | HTMLGoodies.com
HTML5 brings some new input types that help users by providing native input and makes validating data easier without making use of any ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found