Skip to content

Commit

Permalink
Merge pull request #16033 from alvarolozano/genericinput-json-disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
markkaylor committed Mar 13, 2023
2 parents f78ba41 + 2a9979a commit 959cf6c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -142,6 +142,7 @@ const GenericInput = ({
labelAction={labelAction}
value={value}
error={errorMessage}
disabled={disabled}
hint={hint}
required={required}
onChange={(json) => {
Expand Down

0 comments on commit 959cf6c

Please sign in to comment.