I just noticed something that previously worked but now doesn't.
Conflicting Properties:
AlwaysInEditMode=TrueAutoComplete=Suggest
When entering the combo, the first value you enter is not displayed BUT the dropdown still auto suggests based off of that input. It causes a little confusion because at first glance it appears that it didn't take your input (it did but didn't display it-> try explaining that to a wrench turner) so the user then enters that same character again and then get absolutely nothing.
This is using the 1001 version of the 2012.1 controls. This issue wasn't in the 2011.2 controls (at least the 1010 version of them).
Hi,
I ran your sample and I am still unable to see the problem. I watched your video to make sure I am doing everything exactly as you did it and it works just fine for me. I see the "5" in the edit portion of the combo.
It's possible that my internal version has a fix that is not yet available in the latest public service release. So I recommend that you try this again with the next Service Release which will be posted next week. If you still have a problem with that SR, then we can look into this further. But in that case, my guess would be that there is something odd going on with your machine. Maybe some third-party add-in to Visual Studio that is interfering.
Mike-
I was finally able to reproduce the issue on your sample using both my combo and yours. Here is the video using mine (same steps to reproduce using yours):
Here is your sample updated w/ my combo that I was able to reproduce the error on:
I also wanted to reiterate that this issue wasn't in the previous versions and that I can reproduce this on forms haven't changed in a year or more and were functional.
Ask any questions you got. I can also do a GTM if you want to take a look at it in action and what not (don't know if you guys do this or not).
I wish I had better info to report but it is still evident in the v12.1.20121.2024 Service Release and what I initially had hopped was just a conflict with the AlwaysInEditMode and AutoComplete doesn't seem to be the distinguishing factor anymore. I uploaded a video of the issue to help show the issue (no audio).
1.) I highlight and enter the "t" key.2.) Auto Suggest is shown and it is filtered BUT the "t" is not visible.3.) I click out of the field.4.) I click the dropdown and viola the "t" is now visible.5.) I can cycle through the fields and when I change my input, the issue persists
Any thoughts?
I didn't experience the issue in your sample using the latest service release. I am now rebuilding my project w/ this service release and will report back.