We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5261e1f commit 7baff72Copy full SHA for 7baff72
demo/FormExamples.jsx
@@ -14,7 +14,7 @@ import {
14
export function FormExamples() {
15
return (
16
<Form
17
- initialValues={{ textField: 'abc', selectField2: { e: 2, c: 'b' } }}
+ initialValues={{ textField: 'abc', selectField4: { e: 2, c: 'b' } }}
18
onChange={console.info}
19
onSubmit={(formData, reset) => {
20
console.log('onSubmit', formData);
0 commit comments