Events and Handlers¶
The Chip component has the following events and handlers available for use:
Events¶
Event |
Description |
---|---|
On Click Event |
Occurs when the user clicks the component. It allows you to define actions or behaviors that will be triggered when the component is clicked, providing interactivity to your application. |
On Delete Event |
Triggers a response when the user interacts with the delete icon associated with the chip. This event provides an opportunity to execute custom actions when a user removes a chip from the interface. |
On Visibility Change |
Gets activated when the visibility state of the component is altered. You can use this event to define actions that need to take place when the component becomes visible or hidden. |