()
| 71 | } |
| 72 | |
| 73 | func (f FileInput) View() string { |
| 74 | return f.widget.View() |
| 75 | } |
| 76 | |
| 77 | func NewFileInput(id, mode int, title, placeholder string, colors ...lipgloss.Color) FileInput { |
| 78 | w := textinput.New() |
nothing calls this directly
no outgoing calls
no test coverage detected