Skip to content

Commit b6b4c5a

Browse files
authored
Use :where
1 parent c67bc24 commit b6b4c5a

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-
"input:not([type])",
20+
"input:where(:not([type]))",
2121
"[type='email']",
2222
"[type='url']",
2323
"[type='password']",

0 commit comments

Comments
 (0)