javascript - Select box with 50+ word select -


i have number of subtopics select using select / dropdown box. problem have each subtopic 30-50 words long. know of way can have multi-line selects within select box? right can show select because of page size have data trucated.

i guess maybe jquery has solution not sure i'm not familiar jquery

you better use autocomplete

to make dropdown elements multi-line, edit css of .ac_results li making taller (for instance, change line-height)


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -