Respect lineLimit
environment in Textarea
and Text
components
#734
Labels
enhancement
New feature or request
lineLimit
environment in Textarea
and Text
components
#734
Native behaviour:
TextEditor
is a scrollable text editor that needsframe(height:)
to limit the size. This currently matches the default OrbitTextarea
component layout.TextField
withlineLimit
> 1 allows the textfield to autogrow in height based on the line limit. This is currently not supported byTextarea
component.Links
The text was updated successfully, but these errors were encountered: