functions

LineEditor
Edited: Sunday 25 January 2026

LineEditor

Category: Utilities
File: form.go
Package: ui

Signature

1func LineEditor() widget.Editor

Description

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.

Examples

LineEditor

1{
2	editor := LineEditor()
3	_ = editor
4}

Example Output


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

Backlinks