Skip to content

Commit ac0b69d

Browse files
author
kruitbos.dev
committed
Added since: 2.5 on public attribute
1 parent 6a15e30 commit ac0b69d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

widget/entry.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ type Entry struct {
6363
onValidationChanged func(error)
6464
validationError error
6565

66-
// When true, the entry will always display an error (if there is any) without user interaction.
67-
// Validator is called when rendered
66+
// When true, the entry will always display an validation error (if there is any) without user interaction.
67+
// Since: 2.5
6868
AlwaysShowValidationError bool
6969

7070
CursorRow, CursorColumn int

0 commit comments

Comments
 (0)