Skip to content

Commit 4d581ea

Browse files
committed
✨ Update SetFilterValue to ensure cursor is at the end 📦
1 parent 0c95af3 commit 4d581ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/tui/filters/input.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ func (f *Input) GetFilterValue() string {
5858
// SetFilterValue sets the filter value
5959
func (f *Input) SetFilterValue(value string) {
6060
f.textinput.SetValue(value)
61+
f.textinput.CursorEnd()
6162
f.active = value != ""
6263
}
6364

0 commit comments

Comments
 (0)