diff --git a/textinput.go b/textinput.go index 7d5bcc8..76aac53 100644 --- a/textinput.go +++ b/textinput.go @@ -214,6 +214,7 @@ func (this *TextInput) handleKeyDown (key input.Key, numpad bool) bool { this.box.SetText(string(txt)) this.box.Select(dot) this.on.valueChange.Broadcast() + this.on.dotChange.Broadcast() this.logKeystroke() } } ()