You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand how to use the generated events. For example, the bl-checkbox element has a bl-checkbox-change event, how do I use it in the html file? @muratcorlu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I don't understand how to use the generated events. For example, the bl-checkbox element has a bl-checkbox-change event, how do I use it in the html file? @muratcorlu
<bl-checkbox value="cat" @bl-checkbox-change={handleCheckboxChange}>Cat</bl-checkbox>
I tried this code but doesn't work
Beta Was this translation helpful? Give feedback.
All reactions