Gu.Wpf.NumericInput
Gu.Wpf.NumericInput copied to clipboard
After update tu Visual Studio 2022 when compiling prject in release has the error DecimalBox not found on namespace XML http://gu.se/NumericInput
If a `NumericBox` has the NumberStyle `HexNumber`, and the bound property has a default value other than `0`, the initial text is not being parsed correctly. Example code: Viewmodel.cs ```cs...
Hi. I've tried to bind decimal? to DecimalBox, but with any RegexPattern there is validation error. While there's no pattern removig value from decimalbox don't causes errors. I tried different...
I can't set formating with thousands separator. Locale cz-CZ try string format "#,##0.00" result is 1234,00 AllowThousands the target is: number is: 1234.567 > resulting string may be: 1 234,56...
Hi. I'm a newbie in WPF. Can you tell me why VS it tells me that `SelectAllOnGotKeyboardFocus` is not recognized? ``` xaml ... ... ... ``` My project is built...
I'm using dark theme from [Material Design in XAML](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit) toolkit. When disabling numeric input, background becomes white, while I'd like to keep it dark as the rest of the theme....
```xaml ``` 
Hello. Is it possible to ignore when entering invalid characters?