We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3935a49 commit ead082fCopy full SHA for ead082f
packages/pf4-component-mapper/src/tests/__snapshots__/form-fields.test.js.snap
@@ -1587,6 +1587,7 @@ exports[`FormFields should render Textarea correctly 1`] = `
1587
className=""
1588
id="someIdKey"
1589
innerRef={null}
1590
+ isDisabled={false}
1591
isRequired={false}
1592
name="Name of the field"
1593
onBlur={[Function]}
@@ -2947,6 +2948,7 @@ exports[`FormFields should render disabled Textarea correctly 1`] = `
2947
2948
disabled={true}
2949
2950
2951
2952
2953
2954
0 commit comments