Skip to content

Commit 9806f51

Browse files
committed
New function on WidgetList
1 parent ba51d58 commit 9806f51

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

widget/widgetlist/widgetlist.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,10 @@ func (w *Widget[T]) BlurCurrent() {
736736
w.focusManager.BlurCurrent()
737737
}
738738

739+
func (w *Widget[T]) ExitCurrentInput() {
740+
w.focusManager.ExitCurrentInput()
741+
}
742+
739743
func (w *Widget[T]) FilterState() FilterState {
740744
return w.filterState
741745
}

0 commit comments

Comments
 (0)