Unplanned
Last Updated: 02 Jul 2024 12:06 by Nico
Created by: Nico
Comments: 0
Category: NumericInput
Type: Feature Request
1

Hi Team,

Please review this conversation for technical details.  In summary, I needed to reduce the minimum size of the native RadMauiEntry.InputEditor.MinWidth on WinUI, but this value appears to be hard coded to 64px.

This request is to allow us to set it using a Style in .NET MAUI, possible via the NumericInput's EntryStyle property.

Thank you,

Nico

Unplanned
Last Updated: 25 Mar 2024 06:30 by Hanoch
Having a property in the NumericInput that could toggle decimal to whole numbers would be a good improvement to the control.
Unplanned
Last Updated: 05 Jul 2023 19:37 by devon
Created by: devon
Comments: 0
Category: NumericInput
Type: Feature Request
2

Hi Team,

This is a request to add a SelectionLength property to the RadNumericInput.

The inner NumericInputEntry already has a SelectionLength property, I suppose you can just add an extra BindableProperty to the RadNumericInput that connects to it.

Thanks!

Devon

Unplanned
Last Updated: 07 Mar 2023 06:16 by Hanoch
Currently the option for validating the value is on PropertyChanged. In case when minimum value is set, you cannot edit the value with typing. For example having 25 as minimum and want to enter 26 with typing. The value is coerced to 25. You can change the value using the buttons.

Provide another mode for validating the value, for example on lost focus, In this case typing will be allowed.