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
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.
Hello Team;
This is a question;
I was just looking Blazor Docs and noticed they have several Input Tags that cover most cases. I then check Telerik list that I don't see the following in Telerik offering:
InputTextArea
InputSelect
InputCheckbox
I also checked the roadmap for next year and didn't see them either.
My question is, are plans to cover these any time soon? If yes, what's the approximate time-frame?
Secondly, for the time being, should we use the ones that come with Blazor?
Lastly, is there plan to have a mini editor like TinyMCE that we can let user to enter rich text stored in DB?
Thanks in advance!
..Ben
Starting with Telerik Blazor version 2.13 the focus rectangle is not resetting after the Telerik TextBox loses focus.
Attached project reproduces problem.
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" />