Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alf Bjørn Hustoft committed Jun 21, 2017
1 parent d25accc commit 4f9faa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default function Form() {
<Datepicker
value={ this.state.date }
onChange={ this.onChange }
label={ 'A label' }
language="nb"
minDate="01.01.2016"
maxDate="31.12.2016"
Expand All @@ -35,6 +36,7 @@ export default function Form() {
* onChange: will be called with the new date string, picked from the calendar. format: dd.mm.yyyy
* inputProps: props to set on the input field.
* ariaInvalid: signifies validation errors.
* label: Optional. Adds a lable formated by .ffe-form-label

### <DateInput />
Use only the input field
Expand Down

0 comments on commit 4f9faa5

Please sign in to comment.