Skip to content

Commit

Permalink
Fixes gui-cs#3189. TextValidateField doesn't show the cursor and does…
Browse files Browse the repository at this point in the history
…n't have TextChanged event. (gui-cs#3190)

* Prefix private fields with underscore and code cleanup.

* Rename to SetInitialProperties and fix a typo.

* Cleaning code and some adjustments.

* Fix default width for view.

* Enable cursor visibility.

* Reduces indentation and remove AutoInitShutdown.

* Add unit test for default Width is always equal to the provider DisplayText.Length.

* Also prevents showing the cursor if position is less than 0.

* Add OnTextChanged method and TextChanged event.

* Remove unnecessary TextChanged.
  • Loading branch information
BDisp authored Jan 25, 2024
1 parent 92a6012 commit a3627ae
Show file tree
Hide file tree
Showing 3 changed files with 679 additions and 565 deletions.
Loading

0 comments on commit a3627ae

Please sign in to comment.