Merge pull request #16033 from alvarolozano/genericinput-json-disabled

This commit is contained in:
markkaylor 2023-03-13 14:24:22 +01:00 committed by GitHub
commit 959cf6c2f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,7 @@ const GenericInput = ({
labelAction={labelAction}
value={value}
error={errorMessage}
disabled={disabled}
hint={hint}
required={required}
onChange={(json) => {