summaryrefslogtreecommitdiffstats
path: root/web/src/widget/text_input.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez2022-01-281-234/+0
|
* Reintroduce `Box` for `style_sheet` in `TextInput`Libravatar Héctor Ramón Jiménez2021-10-311-3/+6
|
* Implement `Widget::draw` for `TextInput`Libravatar Héctor Ramón Jiménez2021-10-201-3/+3
|
* Merge pull request #776 from AldoMX/masterLibravatar Héctor Ramón2021-07-221-0/+5
|\ | | | | Added `select_all` method to `TextInput`.
| * Add empty `select_all` implementation for `TextInput` in `iced_web`Libravatar Héctor Ramón Jiménez2021-07-221-0/+5
| |
* | Replace ignored doc-tests with additional documentation for `Padding`Libravatar Héctor Ramón2021-06-011-5/+0
| |
* | Fix unused variable warning in `iced_web::text_input`Libravatar Héctor Ramón2021-06-011-1/+1
| |
* | Add support for asymmetrical paddingLibravatar Ben LeFevre2021-06-011-17/+13
|/
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-26/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Use `String::from_str_in` in `iced_web`Libravatar Héctor Ramón Jiménez2020-07-011-22/+32
|
* Implement `TextInput::on_submit` support in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-2/+22
|
* Implement `TextInput` styling in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-13/+17
|
* Add style to `TextInput` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-0/+10
|
* Expose missing widget modules in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-0/+3
|
* Rename module `style` to `css` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-051-5/+5
|
* Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-041-3/+2
| | | | Also improves the overall web runtime, avoiding nested update loops.
* Remove `Message: Clone` bound in some web widgetsLibravatar Héctor Ramón Jiménez2020-01-131-1/+1
|
* add(web): support password fieldLibravatar Songtronix2020-01-031-0/+14
|
* Add several missing style attributes in iced_web.Libravatar Gabriel Konat2019-12-181-1/+5
|
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-0/+197
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation