diff --git a/textinput/textinput.go b/textinput/textinput.go index 944a4f9c..03ec9fc1 100644 --- a/textinput/textinput.go +++ b/textinput/textinput.go @@ -732,7 +732,6 @@ func (m Model) placeholderView() string { // append placeholder[len] - cursor, append padding v += style(string(p[1:minWidth])) v += style(strings.Repeat(" ", availWidth)) - } else { // if there is no width, the placeholder can be any length v += style(string(p[1:]))