You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a view called SelectCategories in Feed/Views that allows a user to select the categories of their post when making a new post:
It will go in this larger view, but you only need to worry about the parts in the screenshot above. Make sure to use a State variable for the categories selected, and show the categories accordingly (show the selected ones as a list under the search bar like how the suggestions appear). If you click a category that is already selected, it should be removed.
The text was updated successfully, but these errors were encountered:
Create a view called SelectCategories in Feed/Views that allows a user to select the categories of their post when making a new post:
It will go in this larger view, but you only need to worry about the parts in the screenshot above. Make sure to use a State variable for the categories selected, and show the categories accordingly (show the selected ones as a list under the search bar like how the suggestions appear). If you click a category that is already selected, it should be removed.
The text was updated successfully, but these errors were encountered: