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
We are in the process to replace all react-spectrum with spectrum-web-component for the Share Dialog component. The Share Dialog uses a multiline Textarea with a predefined amount of rows. To replicate the current experience of the Share Dialog, we need a way to set the number of visible rows for the Textarea.
Mockups or screenshots
Implementation notes or ideas
The change would require to pass along the rows attribute to the underlying <textarea> and adjust the CSS to allow the textarea to grow to show the rows and to disable the resizing capability
The text was updated successfully, but these errors were encountered:
Code of conduct
Impacted component(s)
Textfield
Description of the requested feature
We are in the process to replace all
react-spectrum
withspectrum-web-component
for the Share Dialog component. The Share Dialog uses a multiline Textarea with a predefined amount of rows. To replicate the current experience of the Share Dialog, we need a way to set the number of visible rows for the Textarea.Mockups or screenshots
Implementation notes or ideas
The change would require to pass along the
rows
attribute to the underlying<textarea>
and adjust the CSS to allow the textarea to grow to show the rows and to disable the resizing capabilityThe text was updated successfully, but these errors were encountered: