pub fn select_range<Message: 'static>( id: Id, start: usize, end: usize, ) -> Task<Message>
Produces a Task that selects a range of the content of the TextInput with the given Id.
Task
TextInput
Id