Completed
Last Updated: 07 Dec 2023 12:16 by Davy
Release 2.6.0
Created by: Milind
Comments: 8
Category: TextBox
Type: Bug Report
11

Hello,

 

In the demo page of textbox if I type my name Milind (I have good typing speed), it doesn't show the complete word in textbox. Some of the chars are dropped.(Milind - Miind, Soham - soam, Shevade - Shvae) etc. Even the backspace key on keyboard doesnt seem to work properly. If I type the name at very slow speed I am able to retain all typed chars. It seems to be a bug

Attaching video for reference

Thanks,

 

Milind Shevade

Completed
Last Updated: 25 Aug 2022 12:24 by Jassen
Release 2.13.0
Created by: Josep Ramon
Comments: 4
Category: TextBox
Type: Bug Report
2
The floating label element has a default width in the CSS, and the custom Width value from the TelerikTextBox Width parameter is not applied to it - it is only set to the input.
Completed
Last Updated: 07 Feb 2022 09:42 by ADMIN
Created by: Enrico
Comments: 1
Category: TextBox
Type: Bug Report
0

Good morning,

we are using `OnChange` event to catch user input updates when pressing Enter key. Sometimes the event attached valued is not updated.

Here the example: https://blazorrepl.telerik.com/ccaPRPFn26VA0HjW14 , I've attached also a video.

 

 

Completed
Last Updated: 27 May 2020 14:19 by ADMIN
Release 2.14.1

TextBox Bootstrap Focus error

Starting with Telerik Blazor version 2.13 the focus rectangle is not resetting after the Telerik TextBox loses focus.

Attached project reproduces problem.

Completed
Last Updated: 19 Feb 2020 11:31 by ADMIN
Release 2.8.0

Hello,

 

When I set the width to any value it has no effect.

 

I am using the boostrap theme:

<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-bootstrap@@latest/dist/all.css" />

Completed
Last Updated: 02 Aug 2019 10:13 by ADMIN
Release 1.5.0
Created by: Andriy
Comments: 1
Category: TextBox
Type: Bug Report
6
Hello!
My example:
<strong>Search: </strong><TelerikTextBox Width="300px"></TelerikTextBox><TelerikButton Icon="search"></TelerikButton>
I can input any width value and I have no any effect.
What's I'm doing wrong?
Thank you.