Skip to content

Commit

Permalink
Use :where
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Jul 13, 2023
1 parent c67bc24 commit b6b4c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const forms = plugin.withOptions(function (options = { strategy: undefined }) {
{
base: [
"[type='text']",
"input:not([type])",
"input:where(:not([type]))",
"[type='email']",
"[type='url']",
"[type='password']",
Expand Down

0 comments on commit b6b4c5a

Please sign in to comment.