Add more input types to the input hints group

This commit is contained in:
Olmo Kramer 2018-04-22 02:21:23 +02:00
parent 1d39276d24
commit 6212dbc488
No known key found for this signature in database
GPG Key ID: BE09591F4AB66337

View File

@ -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: