Disabled property for JSONInput (GenericInput)

This commit is contained in:
Alvaro Lozano 2023-03-08 20:27:21 +01:00 committed by GitHub
parent 98632e1027
commit b5b5c5834e
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) => {