My application has select/option  dropdown - which contains lots of entries 
(one has about 200 entries, other about 3000 - yes three thousand)
I was wondering if there is a way to use HTML5 datalist widget to make the 
selection user friendly.

http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_datalist

My other option is to use select2 (http://ivaynberg.github.io/select2/) but 
I prefer to use "native" HTML5 datalist - instead of relying on 3rd party 
JS library as far as possible.

Currently my "select" is getting created due to "reference" or 
"list:reference" (multiselect) field types defined in model

-Mandar

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to