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
As a resource submitter, I want to be able to assign tags to the resources I submit.
So that the resources are properly marked and easier to find in the future.
To enable this, we need to add tags field to the submit resource form. This needs to be a multi-select field (single resource can have multiple tags). There's no mutli-select component in the shadcn/ui library right now, there's a couple of issues we can follow to check wether it's implemented in the future or not:
As a resource submitter, I want to be able to assign tags to the resources I submit.
So that the resources are properly marked and easier to find in the future.
To enable this, we need to add
tags
field to the submit resource form. This needs to be a multi-select field (single resource can have multiple tags). There's no mutli-select component in theshadcn/ui
library right now, there's a couple of issues we can follow to check wether it's implemented in the future or not:shadcn-ui/ui#66
radix-ui/primitives#1342
If it's not, we might need to use another library like https://www.downshift-js.com/ or https://react-select.com/home
The text was updated successfully, but these errors were encountered: