-
Notifications
You must be signed in to change notification settings - Fork 74
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
TagField doesn't render in AssetAdmin #107
Comments
Ah yes, someone needs to build a react tagfield. :) It'll be a nice major job for someone, but we will probably do it at some point before 5.x. |
AFAICT there's no multi-select fields built in React at the moment - is there a method of adding a non-reacty field into the React For now I will use a TextField with a delimiter :) |
We built tree multi select field. ;)
Absolutely not. ;P |
We fixed this recently with #110 |
@robbieaverill Just tried to add a TagField to AssetAdmin and it errors - |
Oh damn! |
PR at #120 |
Setup TagField to work within AssetAdmin (Fixes #107)
Will be fixed in the next minor release of tagfield |
Trying to add a
TagField
toImage
and get an empty dropdown and no ability to add new tags. I imagine that React is getting in the way - happy to take a crack at it but have no idea what direction to go in.To reproduce:
The text was updated successfully, but these errors were encountered: