mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Add TextEdit::password to hide input characters
This commit is contained in:
@@ -19,6 +19,7 @@ NOTE: `eframe`, `egui_web` and `egui_glium` has their own changelogs!
|
||||
* Add `DebugOptions::show_widgets` to debug layouting by hovering widgets.
|
||||
* Add `ComboBox` to more easily customize combo boxes.
|
||||
* Add `Slider::new` and `DragValue::new` to replace old type-specific constructors.
|
||||
* Add `TextEdit::password` to hide input characters.
|
||||
|
||||
### Changed 🔧
|
||||
* `kb_focus` is now just called `focus`.
|
||||
|
||||
Reference in New Issue
Block a user