-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
In the Demo App, TextExamples.xaml line 41, the 3rd textbox
Changed to this:
When running the app I get this behaviour.
Change tab to "text"
Enter "asdf" into the 3rd textbox
ClearTextButton appears
Click ClearTextButton and nothing happens
Tab to another tab "dates" and tab back "text"
Click ClearTextButton and text clears
enter text "asdf" into the 3rd textbox
ClearTextButton appears
Click ClearTextButton and text clears
Tab to another tab "dates" and tab back "text"
enter text into the 3rd textbox "asdf"
ClearTextButton appears
Click ClearTextButton and nothing happens
I'm thinking something is out of synce or not being updated.
I'm experiencing the same thing in my app as well when bound to an object.
Thanks for any help or advise.