rivet
rivet copied to clipboard
[Feature]: A select node. Lets the user select an item in an array
Feature Request
...I think it would be super useful to be able to make a selection from a list. It could have a single input of any[] and displays a list for the user to touch (could be string, obj, img ...) and outputs the item and the index. a bool field could say if it is multiselect.
Could be checkboxes or highlighted list
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
I could imagine us adding this to the User Input node. Have an optional field like "answer options," and if it's present, we show checkboxes or a radio (depending on whether it's multi-select).
@hotelbuddy-online does that sound like it would fit your use-case?