Unplanned
Last Updated: 04 Mar 2025 20:29 by Jenifer
Created by: Flavien
Comments: 1
Category: TextBox
Type: Feature Request
3

Enhancement

Expose autocomplete attribute for Kendo TextBox

Overview

Upon initializing the Kendo UI TextBox, the autocomplete attribute is initially set to off.

Image

While this is suggested on MDN in most scenarios, there are use-cases where it is necessary to set autocomplete to new-password to avoid auto-filling.

Desired Behavior

Extend the API to allow setting the autocomplete attribute. This could be done in a similar way as the inputMode configuration.

Workaround

Use jQuery attr method to set the item in the Ready event

   $(function(){
     $('#textBox').attr('autocomplete', 'new-password');
   });
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.

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!

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!