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

Better document limitations of file pickers in liveview #2930

Open
mchhoy opened this issue Sep 5, 2024 · 0 comments
Open

Better document limitations of file pickers in liveview #2930

mchhoy opened this issue Sep 5, 2024 · 0 comments
Labels
bug Something isn't working liveview Related to the liveview renderer

Comments

@mchhoy
Copy link

mchhoy commented Sep 5, 2024

Feature Request

I suspect the file picker in liveview is broken:

  • The dialog box to choose a file did not show up, I had to inject some JS to disable the event propagation to the server for onclick.

  • The FileEngine object was not returned, I had to inject some JS to download the file.

I realize liveview is going to be refactored soon, just wanted to report what might be a potential frustration for new users :)

Implement Suggestion

Update docs

@ealmloff ealmloff added bug Something isn't working liveview Related to the liveview renderer labels Sep 5, 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 liveview Related to the liveview renderer
2 participants