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: Delete icon not visible due to overflow #120

Closed FlowIT-JIT closed 3 years ago

FlowIT-JIT commented 3 years ago

Consider the example below

image

Some users are not familiar with the concept of using backspace/delete to remove selected items, and if the picker does not allow such elements to be deselected (either because the picker being used is ListView, or the element has been removed from TreeView), then they are stuck with such items.

Items should be truncated with "..." when sufficient space is not available.

At the same time, we should address #118

FlowIT-JIT commented 3 years ago

Problem has now been resolved. Do be aware of a couple of minor issues with the approach used: #121