iced icon indicating copy to clipboard operation
iced copied to clipboard

Add Disable Feature to Toggler Widget

Open sundaram123krishnan opened this issue 2 weeks ago • 0 comments

Requirement

In our pigg app, we encountered a scenario where it was necessary to disable the toggler based on user interactions. This functionality was crucial to ensure better control and flexibility within the app's user interface. pigg

Implementation

To address this need, I implemented the disable feature for the Toggler widget in Iced. When disabled, the toggler prevents any interaction, thereby enhancing the overall user experience by providing more control over the UI components.

I have also incorporated this feature into the Tour example of Iced to showcase its functionality and usage. tour

Your feedback and suggestions for further improvements are highly appreciated!

sundaram123krishnan avatar Jun 24 '24 07:06 sundaram123krishnan