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