Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 2.4.0

Request #9922 YUI Autocomplete form element type
Submitted: 2007-01-23 02:08 UTC
From: benjaminhill at gmail dot com Assigned:
Status: Wont fix Package: HTML_QuickForm2 (version CVS)
PHP Version: 5.1.0 OS: WinXP
Roadmaps: (Not assigned)    
Subscription  


 [2007-01-23 02:08 UTC] benjaminhill at gmail dot com (Benjamin)
Description: ------------ It would be very slick to have a subclass of the "input" form element type that supported the YUI AutoComplete library. (Which is, I believe, BSD, so it should be ok?) http://developer.yahoo.com/yui/autocomplete/

Comments

 [2012-04-08 17:20 UTC] avb (Alexey Borzov)
-Status: Open +Status: Wont fix
YUI autocomplete does not seem to require any server-side setup, everything can be added client-side to a 'text' element. Another issue is that we don't want elements with huge external dependencies in base package.