-
-
Notifications
You must be signed in to change notification settings - Fork 544
<Form.SelectGroupItem> not accepting event handler #219
Comments
Hi @JHeebz I think u are placing wrong the event cuz if the The correct way using
Correct way using
|
Form.SelectGroup doesn't accept an event handler either. Using just plain HTML elements I can put the event handler on either |
@jonthomp, I’ll be merging a PR to resolve this soon. I have it ready, just need to fix the flow errors I have caused in some other components which depend on Form Elements |
🎉 This issue has been resolved in version 1.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The
<Form.SelectGroupItem>
component is not accepting event handlers. e.g.Toggling the radio buttons above won't call the onChange function. I was able to get around this by just using plain HTML with the classes from tabler.
The text was updated successfully, but these errors were encountered: