reflex-frp/reflex-dom-semui

Fancy dropdown items

Closed this issue · 2 comments

I'm trying to replace my ad-hoc use of semui classes with reflex-dom-semui.

screen shot 2016-10-06 at 11 56 23 pm

A menu-item here is a several-line MonadWidget action that splits the item into a pair of <span>s to separately decorate. To get this in reflex-dom-semui would we need one of your semUiDropdown functions to take an argument Dynamic t (Map a (m ())) rather than Dynamic t (Map a Text)?

Yeah, that sounds reasonable. This dropdown stuff needs a lot of expansion. Maybe add a new function instead of changing the existing one.