Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
auto complete suggested list disappear automatically when i click on a item. i need to stop them to disappear. how to set style display of "ui-autocomplete" to block
Posted
Comments
Abhishek Pant 6-May-14 10:04am    
prthghosh999 6-May-14 10:52am    
nothig happens.. it disappears automatically when i click on list item
prthghosh999 6-May-14 10:09am    
anyone please hlp me
You can do this using JavaScript or jQuery. Did you try?
Karthik Chintala 7-May-14 8:07am    
items will be disappeared automatically. This is the default behaviour of auto-complete. If you want it to stay longer period set the amount of time to open it by using setTimeout() in javascript

1 solution

Explain more clearly what you are trying to do ??

is it you want autocomplete from textbox from dataabse ?
 
Share this answer
 
Comments
prthghosh999 6-May-14 15:35pm    
i have append dynamic text box with product name in list item using jquery autocomplete. but when i click on a dynamic text box to put some quantity my list item get disappears and cursor get focus to parent text box (from where i have called auto complete method).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900