telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.54k stars 1.91k forks source link

The mask configuration of kendo.ui.MaskedTextBox allows diacritics when entered as Alt Gr + vowel #2096

Open jlchereau opened 8 years ago

jlchereau commented 8 years ago

Go to http://docs.telerik.com/kendo-ui/api/javascript/ui/maskedtextbox#configuration-mask

L - Letter. Restricts input to letters a-z and A-Z. This rule is equivalent to [a-zA-Z] in regular expressions.

Actually the L rule:

Latest version of chrome on latest version of windows.

FEATURE REQUEST: the letter rules should allow diacritics possibly based on culture (essential in foreign languages).

image

jlchereau commented 8 years ago

See http://stackoverflow.com/questions/8923729/checking-for-diacritics-with-a-regular-expression

jlchereau commented 7 years ago

Is this considered?

ggkrustev commented 7 years ago

Hi @jlchereau, Not yet, as there are issues with higher priorities. Most probably we will address the pending tasks with 'high severity' before continue with the enhancements.