reported a strange problem in one Aspiknet 2.0 app from my end-users, which I confirmed But, which seems strange to me, I have dropdown list control over my web form, which shows several dozen different items. The easiest way for them to navigate the list is by typing several letters before the items they want to choose. There is no problem, and we are all familiar with this approach.
The problem is that when they stop typing, consult a document to another or serial number for such a wait (for example), and to resume the selection of its goal Write the next letter as soon as they start typing again, their status is ignored in the list, and the cursor goes to the value that starts with the new sequence of letters that they started. Is obtained. For example, if they "PREAMBLE", and they type the letter PRE, the first item with "PRE" is highlighted. However, if they stop for a moment, continue with "AMBL", the list jumps back in the beginning, and the first list item with "AMBL" has been highlighted. Since users are typing serial numbers into one of the drop downs, so this habit of posing for a moment is completely natural, but it also has some frustration because they have long string of characters It has to be typed in.
I have tested it on Chrome and Internet Explorer and Firefox, so I have concluded that this browser is not unique. Once the parameter is, I can adjust it on the hanging list, give a long pause for? Is there a way to disable behavior described here? I can duplicate the behavior on a list, out of which seven are items In the list of seven items, this is not a problem, but on the list with hundred items, it becomes a problem.
Any insights in this would be most appreciated, as anybody suggested to avoid this happening, especially if I could disable it on control based on control. thank you in advanced!
What you see is the normal behavior of any dropdown. You keep typing it Works as an auto complete .. But as soon as you stop it, it starts searching again in the list of items.
If you still want to keep the current situation look at the solution For example, Jquery AutoComplete is present and it will retain the state and all important characters are important Will give you what you can face the problem that applies to a textbox, but then it will be easier for users to type all types and simultaneously see the signals
Comments
Post a Comment