Unplanned
Last Updated: 11 Mar 2020 16:25 by ADMIN
Jose Manuel
Created on: 11 Mar 2020 16:11
Category: NumericTextBox
Type: Feature Request
1
Allow NumericTextBox to have no title

When you use a NumericTextBox without attribute title, the widget creates automatically one with the current internal value, showing a annoying and unnecessary tooltip.

We would like remove this behavior or change it with a configuration item.

Something like:

<input id="currency" type="number" title="" />

$("#currency").kendoNumericTextBox({
    autoTooltip: false,
});


0 comments