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

only submit valid values? #28

Open ryantheleach opened 7 years ago

ryantheleach commented 7 years ago

Would it be possible to add a mode, where only valid values are submitted to the knockout observer, and invalid values are reverted if the input loses focus?