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

Provide better customizations for custom file picker implementation #533

Open
szuperaz opened this issue Jan 24, 2024 · 0 comments
Open

Comments

@szuperaz
Copy link
Contributor

On mobile OS-es it's common to use a custom file picker implementation. This requires two customization points:

  • Provide a hook to create a custom file upload button: it's already supported ✅ docs
  • Make sure files selected from the custom picker can be uploaded using the attachmentService.filesSelected method ❌ we haven't tested this in detail, but possibly we need to do some work around this
  • For the best DX we should also a create a guide for this
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

1 participant