Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
With the new text input implementation introduced by #3404, widget::TextInput::is_secure is no longer used causing it to break previoussecure text inputs.
Before the PR

After the PR

What is the expected behavior?
Either remove the method or provide a new implementation for a secure text input
Version
master
Operating System
Windows
Do you have any log output?
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
With the new text input implementation introduced by #3404,
widget::TextInput::is_secureis no longer used causing it to break previoussecure text inputs.Before the PR

After the PR

What is the expected behavior?
Either remove the method or provide a new implementation for a secure text input
Version
master
Operating System
Windows
Do you have any log output?