Spring Roo view - The drop down list is too big -


i have 2 entities: document (number, allocation) , allocation (document, date) one_to_many relationship, 1 document may have many allocations.

in form create new allocation there drop down list select document type item. list big, has many records. there way go this? maybe using search box document elements?

you may try changing select.tagx , add widgetattrs like

autocomplete:false,  queryexpr: "*\${0}*"  

for search in select box when write in it.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -