-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix(Forms): add support for sessionStorageId
in Field.Upload
#4424
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎄🎅
Do you think we should release it now? |
I think we should first look into Value.Upload and add support for it there as well. |
...ign-system-portal/src/docs/uilib/extensions/forms/feature-fields/more-fields/Upload/info.mdx
Outdated
Show resolved
Hide resolved
…rms/feature-fields/more-fields/Upload/info.mdx
🎉 This PR is included in version 10.62.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
In this PR #4339 we did not render the stored files.
This time, we do support rendering the file names stored in the session storage. The test dedicated to session storage got aligned.