Merge pull request #143 from mkody/feature-more-form-types
Support more input form types
This commit is contained in:
@@ -9,6 +9,12 @@ input[type='search'],
|
||||
input[type='tel'],
|
||||
input[type='text'],
|
||||
input[type='url'],
|
||||
input[type='color'],
|
||||
input[type='date'],
|
||||
input[type='month'],
|
||||
input[type='week'],
|
||||
input[type='datetime'],
|
||||
input[type='datetime-local'],
|
||||
input:not([type]),
|
||||
textarea,
|
||||
select
|
||||
|
Reference in New Issue
Block a user