We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdfbe1 commit 2cb9c81Copy full SHA for 2cb9c81
1 file changed
internal/input/input.go
@@ -98,6 +98,7 @@ func newTextModel(varName string) textModel {
98
ti.Placeholder = ""
99
ti.CharLimit = 256
100
ti.SetWidth(40)
101
+ ti.Focus()
102
103
return textModel{
104
varName: varName,
0 commit comments