functions
LineEditor| modified | Sunday 25 January 2026 |
|---|
Category: Utilities
File: form.go
Package: ui
1func LineEditor() widget.Editor
LineEditor creates a single-line text editor configured to submit on Enter.
Returns a pre-configured widget.Editor suitable for form inputs and search fields.
1{
2 editor := LineEditor()
3 _ = editor
4}

This documentation is auto-generated. To update, run make docs