You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to optionally allow the end user to provide an extra value, perhaps as a separate boolean property other: true (default should be set to false) so that when you click from the UI on the option "Other" it allows you to type a string:
id: selectnamespace: company.teaminputs:
- id: pick_optiontype: SELECTdefaults: onerequired: trueother: true # <-- this would be newvalues:
- one
- two
- threetasks:
- id: hellotype: io.kestra.plugin.core.log.Logmessage: picked {{ inputs.pick_option }}
would render as:
How Google Form does it:
The text was updated successfully, but these errors were encountered:
Feature description
It would be great to optionally allow the end user to provide an extra value, perhaps as a separate boolean property
other: true
(default should be set tofalse
) so that when you click from the UI on the option "Other" it allows you to type a string:would render as:
How Google Form does it:
The text was updated successfully, but these errors were encountered: