linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.45k stars 569 forks source link

Feature Request: Focus Lost Event #2310

Open CryZe opened 1 year ago

CryZe commented 1 year ago

At the moment you can't implement drop downs properly as you would want their "overlay window" to close automatically when they lose focus. I have a PR lined up for this.

cbondurant commented 1 year ago

Would the lifecycle events HotChanged and FocusChanged work?