Badr
Badr4mo ago

User-Defined Dropdown Menus: Propagating Options Across All Rows

Hello! I'd like to implement user-created dropdown menus (select items) in a specific row, and then have those same dropdown options available in all other rows of the same column. I've thought about saving the output of the select component (last created item) in a list and using that list as an input of the select items but I can't find a way to store the list in the app state. Thanks!
4 Replies
Badr
Badr4mo ago
Update: I am able with a Frontend script that's trigged on item on select. Then using the state variable as the items source, it works in the editor but not in the deployed app where only the first item is suggested.
Badr
Badr4mo ago
No description
No description
rubenf
rubenf4mo ago
Thanks for the report, we will add to backlog. Expect a few weeks of ETA as we have some customer requests to fix first.
Badr
Badr4mo ago
Clear, thanks for your feedback!