Fork me on GitHub
#fulcro
<
2021-08-22
>
Alister Lee13:08:52

My first time using the ["semantic-ui-react" :refer [Dropdown DropdownItem DropdownMenu]] strategy suggested in fulcrologic/semantic-ui-react-wrappers. How do I get hold of the user's selection? I have tried (ui-dropdown {:onChange #(log/info "hello")} ... ) but no output is forthcoming. Any hints? Thanks. UPDATE: I think I've solved this with :onClick in the ui-dropdown-item.