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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -