iced-rs / iced

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

Input widget should not copy or cut if secure #2347

Closed lpas closed 2 months ago

lpas commented 2 months ago

Is there an existing issue for this?

Is this issue related to iced?

What happened?

Pressing comannd + c / comannd + x copied / cut the content of a text_input if in secure mode

What is the expected behavior?

secure inputs should not allow copy / cut of the input

Version

crates.io release

Operating System

Windows

Do you have any log output?

No response