xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.91k stars 878 forks source link

Deselecting Caret for IntegerUpDown #1749

Closed Kuumba123 closed 1 year ago

Kuumba123 commented 1 year ago

sorry but I couldn't figure out how to slove this issue . You know if click outside a search-bar/text-box in most website it deselects the caret so that your no longer typing into the textbox ? How do I do that for the IntegerUpDown ? I thought all you had to do was call the focus function for some other UI element but that doesnt seem to work at all.