You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes, I am unable to meet my product design requirements. We would like to change the text inside Attachment dropzone. We also wish to have links in the text, so allowing us to specify a ReactNode somewhere is preferable.
Describe the solution you'd like
I would like the Attachment component to accept a ReactNode either via props or as children. Jia Chin also suggests sharding the Attachment component out into smaller components like Attachment.Dropzone etc.
Describe alternatives you've considered
I was not able to find any prop to do this, and placing a child component inside Attachment did not work either (it doesn't accept children).
Additional context
[Screenshot] We wish to override the text that's highlighted in the screenshot below:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Yes, I am unable to meet my product design requirements. We would like to change the text inside Attachment dropzone. We also wish to have links in the text, so allowing us to specify a
ReactNode
somewhere is preferable.Describe the solution you'd like
I would like the Attachment component to accept a
ReactNode
either via props or as children. Jia Chin also suggests sharding theAttachment
component out into smaller components likeAttachment.Dropzone
etc.Describe alternatives you've considered
I was not able to find any prop to do this, and placing a child component inside Attachment did not work either (it doesn't accept children).
Additional context
[Screenshot] We wish to override the text that's highlighted in the screenshot below:
The text was updated successfully, but these errors were encountered: