Function select_range

Source
pub fn select_range<Message: 'static>(
    id: Id,
    start: usize,
    end: usize,
) -> Task<Message>
Expand description

Produces a Task that selects a range of the content of the TextInput with the given Id.