CursorEnd moves the cursor to the end of the input field
()
| 238 | |
| 239 | // CursorEnd moves the cursor to the end of the input field |
| 240 | func (m *TextInputModel) CursorEnd() { |
| 241 | m.cursorEnd() |
| 242 | } |
| 243 | |
| 244 | // CursorMode returns the model's cursor mode. For available cursor modes, see |
| 245 | // type CursorMode. |
no test coverage detected