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

Issues with Date Picker visual element from DateTime on FIREFOX #10219

Open
1 task done
gregm94 opened this issue Dec 17, 2024 · 0 comments
Open
1 task done

Issues with Date Picker visual element from DateTime on FIREFOX #10219

gregm94 opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@gregm94
Copy link

gregm94 commented Dec 17, 2024

Describe the bug

Issues on FIREFOX :

  1. If no default value in the field of Date Picker, impossible to add one using the calendar visual element (Try it on https://www.gradio.app/docs/gradio/datetime#behavior with Firefox)
    Workaround : Teach users to type in their datetimes in text using the right format... (yyyy-mm-dd HH:MM:SS)

  2. Erasing a value through the "Erase" button in UI calendar is not working.
    Workaround : Erase the field manually

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr
gr.DateTime()

Screenshot

CHROME VISUAL ELEMENT :
image

FIREFOX VISUAL ELEMENT :
image

Logs

No response

System Info

gradio="^5.9.0"

Severity

I can work around it

@gregm94 gregm94 added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant