Skip to content

Commit 75d81c5

Browse files
author
tineshsf4652
authored
Update README.md
1 parent a88571f commit 75d81c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ internal class ViewModel : INotifyPropertyChanged
128128

129129
</VerticalStackLayout>
130130
```
131-
This code handles the TextChanged event for a TextBox, dynamically updating the Y1 property in the ViewModel while ensuring the value stays within the axis’s maximum and minimum bounds. It also manages text formatting and prevents recursive event triggers.
131+
132+
This code handles the TextChanged event for an Entry, validating input to ensure it is a numeric value within the maximum axis range. If invalid input is detected, the text reverts to the previous value to maintain consistency.
132133

133134
**C#**
134135

0 commit comments

Comments
 (0)