Radcombobox with AllowCustomText = false and MarkFirstMatch = true not working properly in IE10

StackOverflow https://stackoverflow.com/questions/17318969

Вопрос

it allows me to type only one letter, when typing a second letter it shows the options starting with this one. for eg: when I type B it displays Black but if I type Bl it displays the L words eg: Layer, instead of keeping Black selected

Это было полезно?

Решение

if you want to be able to type down the text you should definitely enable "allowCustomText". If you need to prevent then this text to be seen as data you should check manually that there is a selectedvalue.

I hope it helps :)

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top