Hello there,
Coming from bubble, I’m basically wondering how I could use an equivalent of “option-sets”
Let me explain. It’s a very simple use case.
Let’s say I have a list of 3 categories, (Sales question, product info, Bug)
I want to display them programmatically, in a list, avoiding me to :
- misspell a category name
- Add or remove categories in one place, without having to modify the UI each time.
When I click a category, I want the ‘category’ to be “selected”, and show the user a different UI, when selected.
Back to bubble.
Bubble’s Option-set are stored on the client’s browser, but act a bit like database.
So in weweb, I guess, I could create my categories in the database, like a classic table…
But I was thinking of using variables to solve my issue.
Question :
was that clear ?
If so, do you have a solution ?