I am facing issues with using ‘Auto Complete Text Input’ control.
The dropdown which has to come exactly below text input field - is actually coming sligthly to it’s left and over the Text Input field.
I am expecting the number of dropdown values to be reduced based on the text input I enter in 'Auto Complete Text Input’ field (Same as the results which gets reduced in google search). But it is only auto completing the text with it’s nearest match from dropdown values which are pre populated via content provider, but the number of values present in the dropdown are not getting auto filtered.
Is there a way to achieve my required functionality?
For issue #1, are you using any custom css or skin? More importantly, does this problem reproduce with the out-of-the-box skin and no custom css? Also, what browser and version?
For issue #2, you’ll need to file a Feature Request.
Ok, i would use Firebug to diagnose why your custom skin is causing the weird offset. It has a nice interactive mode where you can experiment with the css styles and classes that should help you determine what is causing the problem.