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: Support for HTML in TreeView, ListView, ActionMenu and in selected items #200

Closed FlowIT-JIT closed 3 months ago

FlowIT-JIT commented 3 months ago

We need support for HTML so we can style certain items, e.g.:

image

Currently HTML is being stripped away when selected - the same goes for the Action Menu. HTML on the other hand is being shown in the TreeView and ListView component. Consistency would be appreciated, and it would be preferable if HTML support could be controlled for individual components so we can still have HTML support in picker controls but not in the selection area of the DropDown control, in case we don't want to render HTML there.