Is it possible to have a "select" parameter with pre-defined options, that also accepts random manual input by the user? So the user can enter "air" into the example below.
{ "name":"a", "label":"A", "type":"select", "options": [ { "value": "apple" } ] }