MCPcopy Create free account
hub / github.com/cli/cli / Blur

Method Blur

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

Source from the content-addressed store, hash-verified

387}
388
389func (m *multiSelectSearchField) Blur() tea.Cmd {
390 m.focused = false
391 m.search.Blur()
392 return nil
393}
394
395func (m *multiSelectSearchField) Error() error { return m.err }
396func (*multiSelectSearchField) Skip() bool { return false }

Callers 2

UpdateMethod · 0.80
updateSearchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected