Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // parent
- <FormRadioButton
- // ...rest of props
- onChange={(event, handler) => {
- handler(event)
- setNotificationType(e.target.value)
- }} />
- // child
- <RadioGroup
- // ... rest of props
- onChange={(event) => onChange(event, field.onChange)}
- />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement