I'm having a bit of a problem with a radcombobox.
The dropdown hides itself away neatly when the user clicks away on the page (onblur) BUT... if the current combobox text matches an item in the list, it's automatically selecting it. This isn't the behaviour I expected - surely it should only "select" an item when a user clicks on it?
Further notes:
* I'm running the latest version (2008.1.619.20)
* I have tried setting MarkFirstMatch to true/false (no difference)
* I have tried setting AllowCustomText to true/false (no difference)
* Calling sender.clearSelection() onblur is a workaround, but this loses the user's search text, which we don't want.
Please advise!
The dropdown hides itself away neatly when the user clicks away on the page (onblur) BUT... if the current combobox text matches an item in the list, it's automatically selecting it. This isn't the behaviour I expected - surely it should only "select" an item when a user clicks on it?
Further notes:
* I'm running the latest version (2008.1.619.20)
* I have tried setting MarkFirstMatch to true/false (no difference)
* I have tried setting AllowCustomText to true/false (no difference)
* Calling sender.clearSelection() onblur is a workaround, but this loses the user's search text, which we don't want.
Please advise!