Add more input types to the input hints group
This commit is contained in:
parent
1d39276d24
commit
6212dbc488
@ -1076,12 +1076,17 @@ hints.selectors:
|
||||
- '[href]'
|
||||
inputs:
|
||||
- 'input[type="text"]'
|
||||
- 'input[type="date"]'
|
||||
- 'input[type="datetime-local"]'
|
||||
- 'input[type="email"]'
|
||||
- 'input[type="url"]'
|
||||
- 'input[type="tel"]'
|
||||
- 'input[type="month"]'
|
||||
- 'input[type="number"]'
|
||||
- 'input[type="password"]'
|
||||
- 'input[type="search"]'
|
||||
- 'input[type="tel"]'
|
||||
- 'input[type="time"]'
|
||||
- 'input[type="url"]'
|
||||
- 'input[type="week"]'
|
||||
- 'input:not([type])'
|
||||
- 'textarea'
|
||||
type:
|
||||
|
Loading…
Reference in New Issue
Block a user