mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
fix visibility toggle on input request
This commit is contained in:
parent
55afe17271
commit
179cad9a57
2 changed files with 7 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ impl Input {
|
|||
// Actions
|
||||
pub fn show(&self, placeholder: &str, sensitive: bool) {
|
||||
self.content.set(placeholder, sensitive);
|
||||
self.widget.show(true);
|
||||
}
|
||||
|
||||
// Getters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue