Unplanned
Last Updated: 09 Nov 2022 12:42 by ADMIN
When changing the CurrentUICulture to a culture which requires comma as decimal separator (for example, German) - pressing the comma key does not work. You must press period. When pressing period "." -> "," is entered.
Unplanned
Last Updated: 05 Sep 2022 13:17 by ADMIN
Created by: Vardan
Comments: 5
Category: NumericInput
Type: Bug Report
2
I've attached a sample solution to demonstrate the issue. Try to run it.
When you run it you can see that it's not possible to see  value of numeric input until 
tapping on it  
Unplanned
Last Updated: 28 Feb 2020 09:19 by ADMIN
Currently, when you enter value directly in the input field, it is validated against Minimum and Maximum with every key stroke (on Value PropertyChanged).  This leads to some unexpected behavior as the Value is automatically updated to the min or max if it's not in their range. 
Unplanned
Last Updated: 11 Dec 2019 11:32 by ADMIN
For example The minimum is set to 1000, but if i want to change the value via typing to 5000 you will see the issue, where it adds my new numbers on even after i have cleared the box
Unplanned
Last Updated: 01 Jul 2019 08:16 by ADMIN
Created by: AscanioTziazas
Comments: 1
Category: NumericInput
Type: Feature Request
3

Currently, the only way to set the TextColor for the RadNumericInput is to extract the ControlTemplate and set the TextColor of the internal NumericInputEntry component.

A simple and quick fix is to add a TextColor BindableProperty to the RadNumericInput control and use a TemplateBinding on the NumericInputEntry style

Unplanned
Last Updated: 18 Apr 2019 14:51 by ADMIN
Having a property in the control that could toggle decimal to whole numbers would be a good improvement to the control.
Unplanned
Last Updated: 19 Feb 2019 08:05 by ADMIN
Created by: Olivier
Comments: 1
Category: NumericInput
Type: Feature Request
2

Hello,

It would be nice to be able to change the color of the NumericInput.

Please consider adding 2 bindable property : ButtonBorderColor and ButtonContentColor.

I can't use this control as it is. I had to create my own control.

It should be easy to implement IMHO.

 

Best regards

Unplanned
Last Updated: 26 Sep 2018 12:23 by Vardan
I've attached a sample solution to demonstrate the issue. Try to run it. There are two commands which change string format to currency and to percent  accordingly. So when you change string format by buttons on screen  it's not possible to see  it until  you tap on input 
Unplanned
Last Updated: 17 Jul 2018 14:21 by ADMIN
Created by: Gagik
Comments: 1
Category: NumericInput
Type: Bug Report
0
RadNumericInput on UWP crashes as soon as you copy something and paste into the input. And it doesn't matter whether the copied text is numeric (12 for instance) or a text. I've attached a sample to demonstrate the issue.
Unplanned
Last Updated: 27 Mar 2018 11:53 by ADMIN
If you modify the property which is bound to the Value of the RadNumericInput, through the ViewModel for example, you are able to set a value which is not in the range of minimum/maximum.