How can I allow users in my app to add tags to categorize content?

Sorry,

actually, it turns out to be even simpler.
In the screen with the textbox, you only need to keep the .OnTextChange event,

then pass the tagList to the other screen
blocks (2)

And create the cards with

yes, but not when editing it, but when closing the screen.

1 Like