(width int)
| 441 | } |
| 442 | |
| 443 | func (m *multiSelectSearchField) WithWidth(width int) huh.Field { |
| 444 | m.width = width |
| 445 | m.search.SetWidth(width) |
| 446 | return m |
| 447 | } |
| 448 | |
| 449 | func (m *multiSelectSearchField) WithHeight(height int) huh.Field { |
| 450 | m.height = height |
no outgoing calls