Completed
Last Updated: 13 Sep 2021 11:01 by ADMIN
Release 2021.R3

Bug report

When the new TextBoxFor with a Floating label is used as editor for the String fields the label overlaps populated fields.

for MVC and MVC Core

Reproduction of the problem

@Html.Kendo().TextBoxFor(model => model).Label(l => l.Content("Name").Floating())

Expected/desired behavior

Floating label should not overlap populated fields

Environment

Kendo UI version: 2020.2.513 or above
Browser: [all]

Unplanned
Last Updated: 09 May 2023 14:05 by Novak
Created by: Novak
Comments: 0
Category: TextBox
Type: Feature Request
1

Implement templates and adornments features in the TextBox. Example: https://www.telerik.com/kendo-angular-ui/components/inputs/textbox/adornments/#toc-built-in-adornments

 

Unplanned
Last Updated: 09 Jun 2023 09:25 by ADMIN
Created by: Annadel
Comments: 1
Category: TextBox
Type: Feature Request
1

Hello, I saw there's a strong password checker for ajax, I wonder if this can be also be implemented in MVC? If not, do you have any workaround?

Thanks,

Ann

Unplanned
Last Updated: 21 Jan 2025 20:31 by Ladislav
Created by: Ladislav
Comments: 0
Category: TextBox
Type: Feature Request
1
Hi Team,

TextBox is always with autocomplete="off".

I know I can handle it by $(el).attr("autocomplete", "whatever"), but I think there should be an option how to handle autocomplete attribute on TextBox widget (and other widgets if any renders in the same way), because adding that part of code to all of desired elements is not nice solution for me...

Thanks!