Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tags in submit resource form #32

Open
jakubfiglak opened this issue Aug 2, 2023 · 0 comments
Open

Tags in submit resource form #32

jakubfiglak opened this issue Aug 2, 2023 · 0 comments

Comments

@jakubfiglak
Copy link
Owner

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:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant