()
| 394 | |
| 395 | func (m *multiSelectSearchField) Error() error { return m.err } |
| 396 | func (*multiSelectSearchField) Skip() bool { return false } |
| 397 | func (*multiSelectSearchField) Zoom() bool { return false } |
| 398 | func (m *multiSelectSearchField) GetKey() string { return m.key } |
| 399 | func (m *multiSelectSearchField) GetValue() any { return m.selectedKeys() } |
no outgoing calls