Generates the UI and server logic for a Semantic/Fomantic dropdown menu. The server is quite simple, merely returning the value selected in the UI to be used downstream
1 2 3 | dropdown_UI(id, choices, def_text)
dropdown(id)
|
id |
namespace id |
choices |
character, vector of possible selections |
def_text |
character, a descriptor of the dropdown field |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.