Skip to content

A custom Iced widget that wraps around the official text input widget to allow subscribing to changes in the text input's focus state.

Notifications You must be signed in to change notification settings

BB-301/iced-text-input-wrapper-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iced Text Field Wrapper Widget

This is a simple project containing an example of a custom Iced widget that wraps the official TextInput widget and lets the user subscribe to messages about the latter's focused state changes.

The idea for the project came to me while reading this question on Iced's Discord server, where the OP was asking whether it was possible to get notified when an input was blurred. I thought that it was an interesting question, so I started looking for a solution and found nothing.

Warning

I am just starting out with Iced and I still have a lot to learn, so it is possible that my implementation of the Widget trait is not optimal, so please use this example with care and seek further advice if you are in doubt. And please feel free to let me know if you find anything wrong with my implementation!

About

A custom Iced widget that wraps around the official text input widget to allow subscribing to changes in the text input's focus state.

Topics

Resources

Stars

Watchers

Forks

Languages