Completed
Last Updated: 13 Sep 2024 12:13 by ADMIN
Release 2024 Q4 (Nov)
Created by: Stéphane
Comments: 0
Category: TextBox
Type: Bug Report
1

Bug report

After clearing the Kendo UI TextBox with the clear button, the cleared value will still remain as the TextBox's value.

Reproduction of the problem

  1. Go to this Progress Kendo UI Dojo.
  2. Clear the TextBox with the clear button.
  3. Press the Get value button.

Current behavior

The value will be the cleared value.

Expected/desired behavior

The value after clearing should be empty.

Environment

Unplanned
Last Updated: 31 May 2024 10:28 by ADMIN
Created by: Mikkel
Comments: 3
Category: TextBox
Type: Feature Request
5

It would be very useful and much appreciated to have more events for the TextBox widget.

Simple standard events to could be:

  • KeyUp
  • KeyDown
  • KeyPress
  • Focus
  • LostFocus

Thank you so much for a great product!

Unplanned
Last Updated: 03 Mar 2023 18:46 by jaymer
Created by: DoomerDGR8
Comments: 1
Category: TextBox
Type: Feature Request
2

The NumericTextBox has a property called selectOnFocus which allows you to select the entire value when you click inside the input.

My request is to have this feature in other inputs as well.

Completed
Last Updated: 07 Nov 2022 07:05 by ADMIN
Release R1.2023-Increment.1(09.Nov.2022)

Bug report

The floating label overlaps the value of the Textbox when it is set programmatically.
Workaround: https://dojo.telerik.com/iWOxEweJ

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/EfiTuNIP/2

Current behavior

The floating label is placed over the text and the latter becomes unreadable.

Expected/desired behavior

The floating label should be displayed over the input field.

Environment

  • Kendo UI version: 2022.2.510
  • Browser: [all]
Unplanned
Last Updated: 07 Jun 2022 15:10 by John
Created by: John
Comments: 0
Category: TextBox
Type: Feature Request
1

Hi Team,

I'd like to request the Change event to have the relatedTarget by default within its event arguments to help with finding what the next item in focus.  

Thank you!

Completed
Last Updated: 25 May 2022 07:14 by ADMIN
Release 2021.R2.SP1
Created by: Sasa
Comments: 0
Category: TextBox
Type: Bug Report
1

Reproduction of the problem

The height of the TextBox is too small when using a LESS theme

Current behavior

Open the TextBox demo and use the Default LESS theme
The height of the widget is too small:
image

Expected/desired behavior

The height should be the same as the one used in the SASS themes.

Environment

  • Kendo UI version: 2021.2.511
  • Browser: [all]
Unplanned
Last Updated: 15 Oct 2021 17:58 by ADMIN
Created by: ben
Comments: 0
Category: TextBox
Type: Feature Request
1
Hi Team,

I'd like to request a password reveal which would be built into the Kendo UI TextBox's API. 

Thank you!