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
{{ message }}
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
When spinning up a new Keystone app with create-keystone-app, without changing anything to the code, it's impossible to add a Tag on the Post creation form.
Only the field legend shows, no other UI:
An empty span is rendered below the legend:
This only happens on "new post" side-panel form. When editing an existing post it's possible to create or connect tags to the post:
Steps to reproduce
Create a new Keystone project with create-keystone-app
Start the dev server
Create a new post, and try to add a tag to that post directly from the new post form
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When spinning up a new Keystone app with
create-keystone-app
, without changing anything to the code, it's impossible to add a Tag on the Post creation form.Only the field legend shows, no other UI:
An empty span is rendered below the legend:
This only happens on "new post" side-panel form. When editing an existing post it's possible to create or connect tags to the post:
Steps to reproduce
create-keystone-app
The text was updated successfully, but these errors were encountered: