We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a15e30 commit ac0b69dCopy full SHA for ac0b69d
widget/entry.go
@@ -63,8 +63,8 @@ type Entry struct {
63
onValidationChanged func(error)
64
validationError error
65
66
- // When true, the entry will always display an error (if there is any) without user interaction.
67
- // Validator is called when rendered
+ // When true, the entry will always display an validation error (if there is any) without user interaction.
+ // Since: 2.5
68
AlwaysShowValidationError bool
69
70
CursorRow, CursorColumn int
0 commit comments