Text editor
A multiline text editor with FreakUI sizing and form presentation.
A multiline text editor with FreakUI sizing and form presentation.
Public API
FTextEditor
Example
FTextEditor(
text: $notes,
label: .visible("Notes"),
verticalSizingMode: .fixed(180)
)
Source
This reference follows Sources/FreakUI/Components/Inputs/FTextEditor.swift. Component-specific configuration is documented under the public initializer, modifier, and supporting types in that source file.