iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
22.96k stars 1.06k forks source link

Text input maybe #2390

Open JL710 opened 1 month ago

JL710 commented 1 month ago

Just a small addition for the TextInput widget.

The TextInput has currently no *_maybe methods like Button has the on_press_maybe. This PR adds them.

Added Methods:

These methods, especially the on_input_maybe, are usefull in the same manner as Button::on_press_maybe and can simplify the building of uis containing the TextInput.