Documentation ¶ Index ¶ Variables func MapUTFRuneToKey(r rune) tea.KeyMsg Constants ¶ This section is empty. Variables ¶ View Source var ( ErrRequired = errors.New("value can not be empty") ErrRegExFailed = errors.New("validation failed") ErrUserAborted = errors.New("user aborted") ) Functions ¶ func MapUTFRuneToKey ¶ added in v1.4.0 func MapUTFRuneToKey(r rune) tea.KeyMsg Types ¶ This section is empty. Source Files ¶ View all Source files util.go Click to show internal directories. Click to hide internal directories.