Skip to content

Commit c67bc24

Browse files
authored
Add element to selector
1 parent 9c47fa1 commit c67bc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const forms = plugin.withOptions(function (options = { strategy: undefined }) {
1717
{
1818
base: [
1919
"[type='text']",
20-
":not([type])",
20+
"input:not([type])",
2121
"[type='email']",
2222
"[type='url']",
2323
"[type='password']",

0 commit comments

Comments
 (0)