Skip to content

Commit

Permalink
Update code-with-controls.md
Browse files Browse the repository at this point in the history
The property is IsReadOnly
  • Loading branch information
Philippe-Laval authored Aug 26, 2023
1 parent 0a2d1fd commit 70bbd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/test-drive/code-with-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You can check your work using the following conversion table:

- You have now used an event handler to get and set control properties at runtime. You could now try some of these exercises:
- Stop showing the gridlines (easy).
- Stop the user changing the text in the Fahrenheit input by setting the `ReadOnly` attribute (easy).
- Stop the user changing the text in the Fahrenheit input by setting the `IsReadOnly` attribute (easy).
- Calculate the conversion as the user types into the Celsius input (moderate).

:::info
Expand Down

0 comments on commit 70bbd34

Please sign in to comment.