Function iced::widget::text_input::select_all

source ·
pub fn select_all<Message>(id: Id) -> Command<Message>
where Message: 'static,
Expand description

Produces a Command that selects all the content of the TextInput with the given Id.