updated inputs-group
This commit is contained in:
parent
3b0354518b
commit
531a5071f6
@ -50,7 +50,9 @@ SELECTORS = {
|
||||
Group.url: '[src], [href]',
|
||||
Group.prevnext: 'a, area, button, link, [role=button]',
|
||||
Group.focus: '*:focus',
|
||||
Group.inputs: 'input[type=text], input[type=password], textarea',
|
||||
Group.inputs: ('input[type=text], input[type=email], input[type=url], '
|
||||
'input[type=tel], input[type=number], input[type=password], '
|
||||
'input[type=search], textarea'),
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user