-
Notifications
You must be signed in to change notification settings - Fork 195
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
feat: add documentation for filepicker element #4520
Conversation
👋 🤖 🤔 Hello! Did you make your changes in all the right places? These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.6/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
I noticed that the visual preview of form component icons is very small. It's not only for a filepicker component but all form components. ![]() I noticed that this issue already exists in the docs (and was not introduced with this PR): https://docs.camunda.io/docs/components/modeler/forms/form-element-library/forms-element-library-text/ |
@volodymyr-melnykc I'll take a look |
@volodymyr-melnykc Please check the last commit |
I'll make another commit fixing the previous versions too |
@vsgoulart The form component icons look good now, thank you! |
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.
Nice work!
Now's it's fixed on the versioned docs also |
|
||
- **Field label**: Label displayed on top of the file picker. Can either be an [expression](../../feel/language-guide/feel-expressions-introduction.md), plain text, or [templating syntax](../configuration/forms-config-templating-syntax.md). | ||
- **Supported file formats**: [Comma-separated list of supported file formats.](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#unique_file_type_specifiers) Can either be an [expression](../../feel/language-guide/feel-expressions-introduction.md) or plain text. | ||
- **Upload multiple files**: Allows the user to upload multiple files at once. Can be dynamically set using an [expression](../../feel/language-guide/feel-expressions-introduction.md). |
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.
@vsgoulart Since this component is only for file selection, not uploading, we can call this property "Support multiple files" instead of "Upload multiple files."
@vsgoulart Are we okay to merge and release this so it is live for the release tomorrow? |
@mesellings yes Feel free to merge it |
Description
Documentation for new
form-js
element.Related to https://github.com/camunda/product-hub/issues/2409
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).