bugy / script-server

Web UI for your scripts with execution management
Other
1.61k stars 249 forks source link

Req: Radio button parameter #472

Open agail opened 3 years ago

agail commented 3 years ago

Would love to see support for radio buttons when selecting input parameters.

Keep up the good work!

bugy commented 3 years ago

Hi, could you describe the use case, please? Could you use combobox instead?

agail commented 3 years ago

I'm writing a simple directory (ldap) lookup, where input 1 is text (samid) and input 2 is either "user" or "group". Lookup user group memberships or lookup group(s) members For the time being, I went with a simple list. The list mimics the desired behavior but radio buttons would look cleaner imho.