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: 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: 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: 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.