We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c47fa1 commit c67bc24Copy full SHA for c67bc24
src/index.js
@@ -17,7 +17,7 @@ const forms = plugin.withOptions(function (options = { strategy: undefined }) {
17
{
18
base: [
19
"[type='text']",
20
- ":not([type])",
+ "input:not([type])",
21
"[type='email']",
22
"[type='url']",
23
"[type='password']",
0 commit comments