Unplanned
Last Updated: 21 Jun 2022 06:26 by ADMIN
Wesley
Created on: 20 Jun 2022 08:56
Category: Kendo UI® for Vue
Type: Feature Request
0
NumericTextBox - Disable rounding in Native component?

When entering a number with decimals in a Native NumericTextBox with a format it rounds up the number if you enter more decimals than the format allows. In this Stackblitz project you can see this behavior.

In the Wrapper NumericTextBox it is possible to add a round property with the value false which prevents the rounding of decimal numbers. Instead of rounding it truncates the number. By my knowledge and what I can find in the Vue documentation this property isn't available in the Native NumericTextBox.

Proposed solution
Add round property with related logic to the native component.

Steps to reproduce

  1. Copy and paste the value 12.345
  2. See that the value in the input becomes 12.35
  3. See that :round="false" does nothing.
3 comments
ADMIN
Petar
Posted on: 21 Jun 2022 06:26

Hi, Wesley.

Every case is specific but most likely a given functionality will be logged as a feature request.

I am saying that each case is specific because in many scenarios a given functionality can be achieved with the Native components. The thing is that a given functionality cannot be configured out of the box, with just one or two properties.

To summarize, every feature that we approve as valid for a selected component is logged as a Feature request if the scenario cannot be achieved with the current implementation of the component. 

I hope the above information gives you the details you need. Let me know if I can help with something else related to the current thread.

Regards,
Petar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Wesley
Posted on: 20 Jun 2022 12:02

Hey Petar,

Thanks for the quick reaction. Does this also mean that other Wrapper component functionalities that are missing in the related Native component will always be considered a Feature request?

Greetings,

Wesley

ADMIN
Petar
Posted on: 20 Jun 2022 09:54

Hello, Wesley.

Thank you for the detailed description of the scenario with the NumericTextbox component.

The type of the current thread has been changed to Feature request whose Portal status is currently set to "Unplanned". This means that the request is valid for the component but it is still not part of our planning. I cannot say exactly when the feature will be released. 

Once we start working on the Feature request and release the discussed property, the status of the current thread will be updated. 

Please let me know if you have additional questions related to the current ticket.

Regards,
Petar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.