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 e117bf4 commit 1101bdbCopy full SHA for 1101bdb
example/main.jsx
@@ -69,7 +69,7 @@ const SimpleBinding = ({ strLink, boolLink }) => {
69
70
const DeepLinkedInputs = ({ objLink }) => (
71
<fieldset>
72
- <legend>Deeply linked inputs</legend>
+ <legend>Deeply linked and validated state elements</legend>
73
{ objLink.at( 'text' ).map( ( itemLink, i ) =>(
74
<Input key={ i } valueLink={ itemLink.check( isNumber ) } />
75
))}
@@ -78,7 +78,7 @@ const DeepLinkedInputs = ({ objLink }) => (
78
79
const CheckboxObjGroup = ({ flagsLink }) => (
80
81
- <legend>Custom Checkbox group bound to object</legend>
+ <legend>Standard checkbox group bound to object</legend>
82
<label>
83
A:
84
<Input type="checkbox" checkedLink={ flagsLink.at( 'a' ) }/>
0 commit comments