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

Create Event Dialog: Forgetful recording elements section #946

Open
marcusm7 opened this issue Oct 11, 2024 · 1 comment
Open

Create Event Dialog: Forgetful recording elements section #946

marcusm7 opened this issue Oct 11, 2024 · 1 comment
Labels
type:bug Something isn't working

Comments

@marcusm7
Copy link

The source dialog (files to upload for presenter/ presentation/ slides) forgets its settings when the user hits previous and next (or the other way around).

Steps:

  • create new Event
  • Select source: upload
  • Choose videos to upload: image
  • hit previous-button, hit next button
  • observe the missing videos: image
@Arnei Arnei added the type:bug Something isn't working label Oct 11, 2024
@marcusm7 marcusm7 changed the title Create Event: Forgetful recording elements section Create Event Dialog: Forgetful recording elements section Oct 11, 2024
@Arnei
Copy link
Member

Arnei commented Dec 19, 2024

From what I can tell, this is because it is not possible to assign a file to a file input element, so we instead would have to style and display a different element (e.g. label) with the filename.

Before I now go and try to style a different component to look exactly like a file input element, I would like a second opinion on if my assessment is actually correct, and if there might be a better solution (possibly incooporating our use of Formik).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants