-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat: Introduce FileUpload Question #1277
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
Conversation
|
@KapadiaNaitik is attempting to deploy a commit to the formbricks Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for following the naming conventions for pull request titles! 🙏 |
|
Your code looks pretty solid overall, and you did a good job at integrating the File Upload feature. There are a few areas, though, where we could make some potential improvements:
That's pretty much about it. Great job on the PR! |
… branch 'main' of https://github.com/formbricks/formbricks into upload
|
@mattinannt these things I couldn't solve:
If not, we should at least add "Try again with a smaller file."
I've tried stopPropagation and moving the input a level up to not be a child but a sibling of the label (as GPT suggested). Can you fix this? Rest works well :) |
Works great. Would like to see it in the next release <3 |
|
The upload functionality is not working for in-app surveys right now, this is due to an overlook in the FileUpload component, will fix this today so that this can get closed 💪 |
What does this PR do?
Add File Upload Question
Fixes #1257 (issue)
Type of change
How should this be tested?
Checklist
Required
Will Update During Final Reviewpnpm buildconsole.logsgit pull origin mainAppreciated