jQuery UI autocomplete combobox in a modal dialog
Posted
by Daveo
on Stack Overflow
See other posts from Stack Overflow
or by Daveo
Published on 2010-03-29T00:49:07Z
Indexed on
2010/03/29
0:53 UTC
Read the original article
Hit count: 769
I want to use a autocomplete combobox http://jqueryui.com/demos/autocomplete/#combobox within a modal dialog. However whenever I click on the down arrow (of the combobox) it causes a refresh that results in my modal window closing.
How do I stop the refresh from occuring? (I am still new to jQuery)
I am using UI 1.8 and jQuery 1.4.1.
© Stack Overflow or respective owner