gvas / knockout-jqueryui

Knockout bindings for the jQuery UI widgets.
http://gvas.github.com/knockout-jqueryui/
MIT License
103 stars 38 forks source link

added option 'messages' to autocomplete #39

Closed a-sassermann closed 9 years ago

a-sassermann commented 9 years ago

messages is used to control accessability status messages using the the following structure

messages: { noResults: '', results: function() {} }

gvas commented 9 years ago

Merged, thanks!