Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
580
Lots of little details aren't addressed properly in the WebDropDown
posted

1- If enablecustomvalues is false, then you can't realy use an autofilterquertytype of "contains" because you can't type in anything that doesn't match the starting text of an item.

2- Pressing the enter key while the drop down is visible seems to break things ...  it stays visible but the input box loses focus.

3- If you type in something that filters the drop down to only one result, there is no way via the keyboard to select that one result!  Up and down arrows don't work, tab doesn't do it, enter doesn't do it.

I realize there are a lot of other settings that may affect all of the above behavior...  in all of them I have enableloadondemand set to true.  But it's really frustrating that this control just doesn't work that well.