1 AutoComplete Release Notes
11 * No longer trigger typeAhead feature when user is backspacing on input text.
15 *** version 0.12.0 ***
17 * The following constants must be defined as static class properties and are no longer
18 available as instance properties:
20 YAHOO.widget.DataSource.ERROR_DATANULL
21 YAHOO.widget.DataSource.ERROR_DATAPARSE
22 YAHOO.widget.DS_XHR.TYPE_JSON
23 YAHOO.widget.DS_XHR.TYPE_XML
24 YAHOO.widget.DS_XHR.TYPE_FLAT
25 YAHOO.widget.DS_XHR.ERROR_DATAXHR
27 * The property minQueryLength now supports zero and negative number values for
28 DS_JSFunction and DS_XHR objects, to enable null or empty string queries and to disable
29 AutoComplete functionality altogether, respectively.
31 * Enabling the alwaysShowContainer feature will no longer send containerExpandEvent or
32 containerCollapseEvent.
36 **** version 0.11.3 ***
38 * The iFrameSrc property has been deprecated. Implementers no longer need to
39 specify an https URL to avoid IE security warnings when working with sites over
44 *** version 0.11.0 ***
46 * The method getListIds() has been deprecated for getListItems(), which returns
47 an array of DOM references.
49 * All classnames have been prefixed with "yui-ac-".
51 * Container elements should no longer have CSS property "display" set to "none".
53 * The useIFrame property can now be set after instantiation.
55 * On some browsers, the unmatchedItemSelectEvent may not be fired properly when
56 delimiter characters are defined.
58 * On some browsers, defining delimiter characters while enabling forceSelection
59 may result in unexpected behavior.
63 *** version 0.10.0 ***
67 * In order to enable the useIFrame property, it should be set in the
70 * On some browsers, defining delimiter characters while enabling forceSelection
71 may result in unexpected behavior.