How to implement "mustMatch" and "selectFirst" in jQuery UI Autocomplete

Posted by Doc Hoffiday on Stack Overflow See other posts from Stack Overflow or by Doc Hoffiday
Published on 2010-04-06T18:40:19Z Indexed on 2010/04/06 18:43 UTC
Read the original article Hit count: 586

Filed under:
|
|

I recently migrated a few of my Autocomplete plugins from the one produced by bassistance to the jQuery UI autocomplete.

Does anyone know how to implement the "mustMatch" and "selectFirst" with just callbacks and other options without modifying the core autocomplete code itself?

© Stack Overflow or respective owner

Related posts about jquery-ui

Related posts about jQuery