feat: Introduce FileUpload Question#1277
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! |
|
@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