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
Post a Comment