(width int)
| 429 | } |
| 430 | |
| 431 | func (m *multiSelectSearchField) WithWidth(width int) huh.Field { |
| 432 | m.width = width |
| 433 | m.search.SetWidth(width) |
| 434 | return m |
| 435 | } |
| 436 | |
| 437 | func (m *multiSelectSearchField) WithHeight(height int) huh.Field { |
| 438 | m.height = height |
no outgoing calls