Value returns the value of the text input.
()
| 197 | |
| 198 | // Value returns the value of the text input. |
| 199 | func (m TextInputModel) Value() string { |
| 200 | return string(m.value) |
| 201 | } |
| 202 | |
| 203 | // Cursor returns the cursor position. |
| 204 | func (m TextInputModel) Cursor() int { |
no outgoing calls
no test coverage detected