How to implement Bootstraps Buttons with dropdowns

0
I have got this dropdown and these two buttons with are calling a microflow doing some checks and setting the status to Completed/Rejected: The text ‘Accepted’ is a dropdown, non-editable, shown as text.  Now I want to change this to the much prettier Bootstrap variant, like this: This describes what needs to be done to get it: https://bootstrapdocs.com/v3.0.3/docs/components/#dropdowns, but how can I implement that in Mendix?    
asked
1 answers
2

You could create something like this with the dropdowndiv converter and some custom styling. https://appstore.home.mendix.com/link/app/2089/

Showing the enum with next to it the drop down div converter with text ‘set to'.  Depend on the enum value conditionaly show the buttons you like.

answered