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

Bug: Array items not visible on Firefox #1384

Closed
olsenkraja opened this issue Dec 23, 2024 · 2 comments
Closed

Bug: Array items not visible on Firefox #1384

olsenkraja opened this issue Dec 23, 2024 · 2 comments

Comments

@olsenkraja
Copy link

Astro project with Keystatic

When I use the Array field, the items are not visible on Firefox. I copy-pasted the code from the docs, but the bug happens on both cases (simple example with tags and complex example with relationships). The items are not visible either before saving or after saving the changes.

Functionality-wise seems OK. I see the items added on the markdown file after clicking the Save button.

On Chrome and Safari no problems.

Screenshot:
image

@linkb15
Copy link

linkb15 commented Jan 13, 2025

@olsenkraja I cannot seem reproduce this anymore in Firefox, can you check again if they are still applicable in the latest version.

Tested on Astro Keystatic

with this schema

tags: fields.array(fields.text({ label: 'Tag' })),
image

Firefox version

image

@olsenkraja
Copy link
Author

@linkb15

Hello.
I updated Firefox and Node packages and I cannot reproduce the bug anymore.
Thanks!

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

No branches or pull requests

2 participants