File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class Demo extends Component {
47
47
</ a >
48
48
< div className = "side-bar__segment" >
49
49
< label htmlFor = "num-inputs" >
50
- Number of inputs:
50
+ numInputs
51
51
< input
52
52
id = "num-inputs"
53
53
name = "numInputs"
@@ -59,7 +59,7 @@ class Demo extends Component {
59
59
</ div >
60
60
< div className = "side-bar__segment" >
61
61
< label htmlFor = "separator" >
62
- Separator
62
+ separator
63
63
< input
64
64
id = "separator"
65
65
maxLength = { 1 }
@@ -79,7 +79,7 @@ class Demo extends Component {
79
79
checked = { isDisabled }
80
80
onChange = { this . handleCheck }
81
81
/>
82
- Disabled
82
+ isDisabled
83
83
</ label >
84
84
</ div >
85
85
< div className = "side-bar__segment" >
@@ -91,7 +91,7 @@ class Demo extends Component {
91
91
checked = { hasErrored }
92
92
onChange = { this . handleCheck }
93
93
/>
94
- Error
94
+ hasErrored
95
95
</ label >
96
96
</ div >
97
97
< div className = "side-bar__segment" >
@@ -103,7 +103,7 @@ class Demo extends Component {
103
103
checked = { isInputNum }
104
104
onChange = { this . handleCheck }
105
105
/>
106
- Input numbers only
106
+ isInputNum
107
107
</ label >
108
108
</ div >
109
109
< div className = "side-bar__segment side-bar__segment--bottom" >
You can’t perform that action at this time.
0 commit comments