Completed
Last Updated: 07 Dec 2023 12:16 by Davy
Release 2.6.0
Milind
Created on: 26 Jul 2019 11:23
Category: TextBox
Type: Bug Report
11
unable to show all typed characters in textbox

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

Attached Files:
8 comments
Davy
Posted on: 07 Dec 2023 12:16

Thanx, setting the DebounceDelay to 0 worked for me!

 

(already received that answer from a telerik ticket)

ADMIN
Dimo
Posted on: 07 Dec 2023 12:04

Hi Davy,

Please experiment with the DebounceDelay parameter of the TextBox - either set it to zero, or increase it, so that the final value is sent via SignalR, after you have finished typing.

Regards,
Dimo
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!
Davy
Posted on: 01 Dec 2023 13:08
We're still experiencing the same behaviour... Is there any news on the issue?
ADMIN
Marin Bratanov
Posted on: 16 Dec 2019 14:20

Hi Robert,

Could you open a ticket and send me an example so I can see how it works and compare? So far we haven't had the notion that this may be related, but if this is the cause - it may speed up a fix (see the next paragraph).

On a side note - the future of this label is a bit uncertain (see the discussions here and here).

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
Robert
Posted on: 16 Dec 2019 12:50

I have created a new input component based on telerik input. I have changed in a way that label goes above text box on input focus, not when user starts typing.

It seems to fix the issue and pesonaly I think is better UX

ADMIN
Marin Bratanov
Posted on: 25 Nov 2019 07:59

Hello,

Our components do more than just @bind-Value and in their fix they also exposed the @bind:event, which is not available on ours (yet). Our components need to execute server code when ValueChanged is to fire, which requires the C# code execution, which in a Server app has the latency and async nature described in the issue. The fix in the framework components was implemented after this issue was opened, by the way.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
Robert
Posted on: 25 Nov 2019 07:54
Hi Marin,
using a standard html input I'm not seeing this behaviuor so there must be something inside a TelerikTextBox that is causing the problem.
ADMIN
Marin Bratanov
Posted on: 29 Jul 2019 05:40
Hello Milind,

This is a known problem related to the latency of the SignalR connection and the need for some server processing. It is not a trivial issue and we have it in our sights. You can read more about the problem in the following MS issue: https://github.com/aspnet/AspNetCore/issues/8204.

 


Regards,
Marin Bratanov
Progress Telerik UI for Blazor