I want to add a long list of options for users to choose from. The only way I see is I have to manually add each item manually which is a very cumbersome task. For example I have a list of color hex codes which a user can choose from but to add that list, I have to first click on the "Add Item" button and then paste it and then add another which is a waste of time. Has anyone else figured out something or someway better to do it? Also to add item at a particular index is not possible as you can only add item at the end of the list.
Add items in lists.
Troubleshooting
For now I'm thinking of creating a custom action and initialise the items on app load in the app state variable.
Yes
3