Hi,
I am using Jquery and Jquery-ui.
Using these frameworks i am trying to create a dialog model form which is having autocomplete text inputs in it, auto complete works fine and the Ajax suggestions are also populated, but when i select any of the suggested option. the appears on the input box, but on focusout it just disappears.
I tried creating same autocomplete text field outside dialog form and it worked perfectly. I am not sure why the data in text field just disappears when i use it in dialog form,
Regards,