Changes between Version 1 and Version 2 of Ticket #7032, comment 13


Ignore:
Timestamp:
Feb 26, 2011, 7:57:21 AM (12 years ago)
Author:
akantro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7032, comment 13

    v1 v2  
    11First of all.
    22
    3 1.  This was the existing behavior of the [previous autocomplete plugin|http://docs.jquery.com/Plugins/autocomplete] that this plugin is "trying" to decomission.
    4 2.  This option "selectFirst" is in the old plugin and is in the behavior in most every other autocomplete plugin (fcbkcomplete, etc) and mimics the experience you get in a) all facebook dropdown autocompletes, b)stackoverflow autocomplete (for tags) which represents about 550 Million people so i would argue that this constitute "popular"
     31.  This was the existing behavior of the [http://docs.jquery.com/Plugins/autocomplete|previous autocomplete plugin] that this plugin is "trying" to decomission.
     42.  This option "selectFirst" is in the old plugin and is in the behavior in most every other autocomplete plugin (fcbkcomplete, etc) and mimics the experience you get in a) [http://www.facebook.com/|all facebook dropdown] autocompletes, b)[http://www.stackoverflow.com/|stackoverflow autocomplete] (for tags) which represents about 550 Million people so i would argue that this constitute "popular"
    553. This allows the user experience to be much quicker as you can start entering a value and just click enter and then start typing the next entry (in multiple mode). Again refer to facebook or stackoverflow for example of usage.