Skip to content

Commit 07af055

Browse files
authored
Allow for <input> without type
1 parent 73d5b01 commit 07af055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

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

0 commit comments

Comments
 (0)