gwt-material icon indicating copy to clipboard operation
gwt-material copied to clipboard

MaterialListValueBox.setVisibleItemCount doesn't affect the actual count of visible items

Open chamgda opened this issue 4 years ago • 1 comments

MaterialListValueBox.setVisibleItemCount simply calls GWT ListBox.setVisibleItemCount which sets the size attribute on the wrapped select element. Said select element is not visible though and the visible ul element is not affected at all. This is not what MaterialListValueBox.setVisibleItemCount advertises in its JavaDoc.

chamgda avatar Jul 31 '19 08:07 chamgda

Will revalidate this and will patch on GMD 2.3

kevzlou7979 avatar Sep 05 '19 02:09 kevzlou7979