Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRosenfeld1 authored Nov 1, 2019
1 parent 878d973 commit a5c99fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For installation and usage information, see [this blog post](http://blog.stevens

```csharp
<MatButton OnClick="@(() => OnButtonClick("myInput"))" Label="Choose File"></MatButton>
<InputFile HideElement="true" OnChange="HandleFileSelected" ElementId="myInput"> </InputFile>
<InputFile IsElementHidden="true" OnChange="HandleFileSelected" ElementId="myInput"> </InputFile>

@if (file != null)
{
Expand Down

0 comments on commit a5c99fd

Please sign in to comment.