Skip to content

Commit

Permalink
More #10
Browse files Browse the repository at this point in the history
  • Loading branch information
nheath99 committed Oct 6, 2018
1 parent 22da735 commit e0e6dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To display a simple inline DatePicker, use the following code:

## Bound to Input

To bind a DatePicker to an Input element, use straightforward Blazor event bindings:
To bind a DatePicker to an Input element, use Blazor event bindings:
````C#
<input type="text" onfocus=@focussed />
<DatePicker Visible=@visible Selected=@selected />
Expand All @@ -49,6 +49,7 @@ To bind a DatePicker to an Input element, use straightforward Blazor event bindi
}
}
````
![DatePicker1](/docs/images/DatePicker_BoundToInput.png)

### Localization

Expand Down
Binary file added docs/images/DatePicker_BoundToInput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0e6dca

Please sign in to comment.