rniemeyer / knockout-jqAutocomplete

knockout-jqAutocomplete is a Knockout.js plugin designed to work with jQuery UI's autocomplete widget.
MIT License
49 stars 20 forks source link

autocomplete results come at background with Knockout modal popup #21

Open mukesh011 opened 8 years ago

mukesh011 commented 8 years ago

Repro steps:

scottblasingame commented 8 years ago

Just add the css class "ui-front" from jquery-ui.css to your modal-body div. That fixed it for me.