()
| 382 | |
| 383 | func (m *multiSelectSearchField) Error() error { return m.err } |
| 384 | func (*multiSelectSearchField) Skip() bool { return false } |
| 385 | func (*multiSelectSearchField) Zoom() bool { return false } |
| 386 | func (m *multiSelectSearchField) GetKey() string { return m.key } |
| 387 | func (m *multiSelectSearchField) GetValue() any { return m.selectedKeys() } |
no outgoing calls