Added tests for the classic input fields.#5202
Added tests for the classic input fields.#5202deather wants to merge 6 commits intoDogfalo:masterfrom
Conversation
|
@storm1er I'm using node in version 7.5.0 and npm in version 5.4.1. Like I said in my previous comment, this test shouldn't work due to a bug. |
|
I'm using your code, aaannnnd it works well xD this is a missing feature ... |
|
@storm1er : No problem. My explanations were not really clear :s. |
Add use case of user reset the field manually. Thanks to @storm1er
|
@storm1er : it is good for me, I merge your work :) |
|
I realize, Is there somewhere on the web, an |
|
It's not deprecated https://www.w3.org/TR/html5/forms.html#reset-button-state-(type=reset) This input is just here to trigger the reset event, I think it's not really important to have a good render |
|
The real question was : Is this test-case necessary ? If it is, we should also correct |
|
I write this test because in the forms.js there are these lines : Line 35 in 9bc43a1 |
|
Well, I realized that -> working on fixing this reset bug =) |

Proposed changes
I propose multiple tests about input fields #5023. I give you the list of field test :
Tests added should cover all interactions that use could do.
The pull request may throw an error due to a bug about reset action on input. When the user click on reset button the label shouldn't be active.
Types of changes
Checklist: