FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Console error when using radio buttons in build 3.113.4 · Issue #3111 · patternfly/patternfly-react · GitHub

Console error when using radio buttons in build 3.113.4 #3111

Description

I'm seeing the following error when using radio buttons with version 3.113.4 of react-core.

Here' is the code in integr8tly causing the issue:

<React.Fragment>




<Radio
id={${blockId}verificationYes}
name={${blockId}Yes}
checked={isYesChecked}
className="integr8ly-task-radio-btn"
isChecked={isYesChecked}
onChange={e => {
this.handleVerificationInput(e, blockId, true);
}}
label="Yes"
>
Yes

/>
<Radio
id={${blockId}verificationNo}
name={${blockId}No}
checked={isNoChecked}
className="integr8ly-task-radio-btn"
isChecked={isNoChecked}
onChange={e => {
this.handleVerificationInput(e, blockId, false);
}}
label="No"
>
No

/>

...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL