-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup of inputType to use consistent template substitution instead …
…of raw string interpolation; see #4707
- Loading branch information
1 parent
56e9706
commit d3fad60
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 comments
on commit d3fad60
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inputType does have a default, set at line 469 -- 'text' will be used, same as the current behavior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gratitude for your answer.
Why this don't have other value if the property value is "empty|undefined|false|0"? Like the removed line.