Raxol.UI.Components.Input.TextInput.Manipulation (Raxol v0.5.0)
View SourceHandles text manipulation operations for the TextInput component. This includes inserting, deleting, and pasting text.
Summary
Functions
Deletes the character before the cursor.
Deletes a character forward from the current cursor position.
Deletes the selected text and updates the cursor position.
Inserts a character at the current cursor position.
Pastes text at the specified position, optionally replacing selected text.
Functions
Deletes the character before the cursor.
Deletes a character forward from the current cursor position.
Deletes the selected text and updates the cursor position.
Inserts a character at the current cursor position.
Pastes text at the specified position, optionally replacing selected text.