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 04a3c19 commit 3f21321Copy full SHA for 3f21321
README.md
@@ -58,7 +58,7 @@ const MyForm = () => (
58
required
59
maxLength={20}
60
tooLong="That name is too long!"
61
- pattern={/}
+ pattern="[A-Z].+"
62
/>
63
</div>
64
...
0 commit comments