I have a Custom List which is connected to an External Collection, brought in via Xano.
I want the user to be able to select an item from the list and use the Update Custom Action to update the table via an UPDATE method that sends a request to the Xano endpoint.
My question
What components and approach do I need to use to be able to select an item from a custom list? Is it possible to use radio buttons as selection options
You can set an action (in your case “update”) on any component of a list or even the whole list item. Using a radio button isn’t quite right from a UI point of view as they are normally used to select options from a list of similar choices. Is that the experience you want your users to have?
I didn’t find any list components to solve this. I ended up just using a drop-down component.
I tried making a custom radio list but needed a way to set all items disabled or create a variable that made only one selection possible.
There’s a radio button component I found but I think it was a paid component and didn’t look like it supported multi line text or any type of styling.