Being able to programmatically focus a `text_editor`

Hi,

For my app, I wanted to be able to programmatically focus a text editor. However the text_editor widget in iced does not have an id method to set an id like most other focusable text editors.

I opened a PR to make that possible a while ago, but haven’t received any feedback. Is this a feature that anyone else is interested in?

Yes, I also maintain a personal fork of iced with a few additions, this being one of them.

1 Like