This is a migrated thread and some comments may be shown as answers.

ComboBox Placeholder support for multiple languages

2 Answers 162 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 05 Mar 2020, 09:02 PM

As we deal with internationalization of our application we are seeing odd behavior from the ComboBox in IE 11 when the Placeholder is in a language using Unicode characters.

For example, the placeholder text "Select Ingredient" in English translates to

Vælg ingrediens - Danish

Wählen Sie Ingredient - German

Seleccione Ingrediente - Spanish

Välj ingrediens - Swedish

In English and Spanish, the ComboBox loads correctly. However, in Danish, German, and Swedish the ComboBox loads into the page already open. The same thing happens if I try to convert those Unicode characters to HTML-encoded. Is there a workaround?

2 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 09 Mar 2020, 03:43 PM

Hello Chris,

This is a known IE bug, not a problem in our components. See Iankodj's comment in this issue: https://github.com/telerik/kendo-ui-core/issues/4638#issuecomment-440240222

which contains more details on this IE behavior and demonstrates the "input" event being triggered by non-ASCII characters in a standard input element, without using any Kendo UI widgets.

Regards,
Ivan Danchev
Progress Telerik

Get quickly onboarded and successful with your Telerik UI for ASP.NET MVC with the dedicated Virtual Classroom technical training, available to all active customers.
0
Chris
Top achievements
Rank 1
answered on 09 Mar 2020, 03:48 PM
Thank you for the heads up!
Tags
ComboBox
Asked by
Chris
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Chris
Top achievements
Rank 1
Share this question
or