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

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

Pergunta

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

Foi útil?

Solução

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 :)

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top