[web2py] Re: Select with autocomplete

2010-11-14 Thread mdipierro
The change is in trunk On Nov 14, 7:18 pm, oneroler wrote: > Massimo, > > Thanks, this basically does what I asked.  Is the best way to get more > advanced selection dropdowns to build a widget?  What I'm really after > is a dropdown more like the one linked here. > > http://developer.yahoo.com/y

[web2py] Re: Select with autocomplete

2010-11-14 Thread oneroler
Massimo, Thanks, this basically does what I asked. Is the best way to get more advanced selection dropdowns to build a widget? What I'm really after is a dropdown more like the one linked here. http://developer.yahoo.com/yui/examples/autocomplete/ac_combobox.html Thanks again for you quick res

[web2py] Re: Select with autocomplete

2010-11-14 Thread mdipierro
as a test... leave min_lenght=0 and in gluon.sqlhtml.py after attr['_onkeyup'] = "" add attr['_onfocues'] = attr['_onkeyup'] (occurs in two places) Does it do what you ask? On Nov 14, 1:56 pm, oneroler wrote: > Is it possible to use the autocomplete widget on a select box where > when