Jemt / Fit.UI

Fit.UI is a JavaScript based UI framework built on Object Oriented principles
http://fitui.org
GNU Lesser General Public License v3.0
19 stars 7 forks source link

DropDown: Input field must word wrap if too narrow #118

Closed FlowIT-JIT closed 3 years ago

FlowIT-JIT commented 3 years ago

As the screenshot below demonstrates, the input field is too narrow to be useful. It should have a min-width of e.g. 5em and word-wrap if sufficient space is not available - at least in MultiSelectionMode.

image

image

However, a decent control width would solve this in most cases.

FlowIT-JIT commented 3 years ago

This issue is no longer relevant since the introduction of a new layout model for selected items - see #120