Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton authored Oct 27, 2017
1 parent f06f83c commit ad9a61c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ validations | array | [] | An array of validation functions.
Name | Type | Default | Description
:------ | :------ | :------ | :----------
checked | boolean | false | Whether the control is checked - specifically checkbox and radio inputs.
value | string | '' | The value of a control.
blurred | boolean | false | Whether the control loses focus.
changed | boolean | false | Whether content has changed.
error | Node | null |
value | string | '' | The value of the form control.
blurred | boolean | false | Whether the form control loses focus.
changed | boolean | false | Whether the value or the checked state has changed.
error | Node | null | A validation error.
## Select Component
Expand All @@ -271,10 +271,10 @@ validations | array | [] | An array of validation functions.
Name | Type | Default | Description
:------ | :------ | :------ | :----------
value | string | '' | The value of a control.
blurred | boolean | false | Whether the control loses focus.
changed | boolean | false | Whether content has changed.
error | Node | null |
value | string | '' | The value of the form control.
blurred | boolean | false | Whether the form control loses focus.
changed | boolean | false | Whether the value has changed.
error | Node | null | A validation error.
## Textarea Component
Expand All @@ -293,10 +293,10 @@ validations | array | [] | An array of validation functions.
Name | Type | Default | Description
:------ | :------ | :------ | :----------
value | string | '' | The value of a control.
blurred | boolean | false | Whether the control loses focus.
changed | boolean | false | Whether content has changed.
error | Node | null |
value | string | '' | The value of the form control.
blurred | boolean | false | Whether the form control loses focus.
changed | boolean | false | Whether the value has changed.
error | Node | null | A validation error.
## Creating Custom Components
Expand Down

0 comments on commit ad9a61c

Please sign in to comment.