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

Allow usage of observables as label property. #22

Closed ionutvelicu closed 8 years ago

ionutvelicu commented 8 years ago

Hey!

I made a small update in the code to support using observables as labelProps. The current version behaves quite strange when an observable is used as a label:

I hope this helps. Thanks for your great work!