Native TextEditor is a scrollable text editor that needs frame(height:) to limit the size. This currently matches the default Orbit Textarea component layout.
Native TextField with lineLimit > 1 allows the textfield to autogrow in height based on the line limit. This is currently not supported by Textarea component.
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