fix:add conditions in textInputChecker. x#21124
Conversation
|
Dear all, |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21124 +/- ##
==========================================
+ Coverage 89.41% 89.42% +0.01%
==========================================
Files 262 262
Lines 66738 66737 -1
==========================================
+ Hits 59675 59681 +6
+ Misses 7063 7056 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…om PASSWORD TYPE INPUTS will be prevented from DEFAULT ACTIONS(like deleting). Co-authored-by: Calixte Denizet <calixte.denizet@gmail.com>
732b02b to
fb3c21d
Compare
timvandermeij
left a comment
There was a problem hiding this comment.
Thank you for fixing this up!
| } | ||
| } | ||
|
|
||
| // The `type` values of the `<input>` elements which don't hold editable text. |
There was a problem hiding this comment.
The change looks good now, but please amend the commit message so that the intent of the change is clear from the Git logs too before landing this.
som PASSWORD TYPE INPUTS will be prevented from DEFAULT ACTIONS(like deleting).