Completed
Last Updated: 31 Oct 2023 12:42 by ADMIN
Release 5.0.0 (15 Nov 2023) (R1 PI1)
Khaled
Created on: 04 Feb 2021 08:58
Category: TextBox
Type: Feature Request
6
Add the spellcheck attribute
I would like to use the spellcheck html attribute with my Telerik TextBox
4 comments
Dale
Posted on: 13 Jul 2023 14:41
Thanks Dimo, this is great news!
ADMIN
Dimo
Posted on: 12 Jul 2023 13:16

Hello Dale,

I confirm that we will implement spellcheck and autocapitalize for some of the coming releases. For the time being, autocorrect is a non-standard attribute, so we can't introduce it.

In general, if some HTML attribute is critical and urgent for you, you can temporarily replace the component with its HTML rendering and have full control over it:

<span class="k-textbox k-input k-input-solid k-rounded-md k-input-md">
    <input placeholder="..." class="k-input-inner" />
</span>

Regards,
Dimo
Progress Telerik

As of R2 2023, the default icon type will be SVG instead of Font. See this blogpost for more information.
Dale
Posted on: 06 Jul 2023 20:45

autocorrect, and autocapitalize would also be helpful to have exposed.

Dale
Posted on: 06 Jul 2023 20:31

Any updates on this request? The spell checkers in browsers have become very disruptive to inputs lately. It would be nice to be able to turn this off as needed. It doesn't look like there is a simple workaround for this issue other than not using telerik controls. It shouldn't be difficult to expose this functionality.

This should be added to TelerikForm, TelerikTextbox & TelerikTextarea as well as any other input that already implements AutoComplete="off"