MCPcopy
hub / github.com/cli/cli / Blur

Method Blur

internal/prompter/multi_select_with_search.go:377–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

375}
376
377func (m *multiSelectSearchField) Blur() tea.Cmd {
378 m.focused = false
379 m.search.Blur()
380 return nil
381}
382
383func (m *multiSelectSearchField) Error() error { return m.err }
384func (*multiSelectSearchField) Skip() bool { return false }

Callers 2

UpdateMethod · 0.80
updateSearchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected