mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
Disabled property for JSONInput (GenericInput)
This commit is contained in:
parent
98632e1027
commit
b5b5c5834e
@ -142,6 +142,7 @@ const GenericInput = ({
|
||||
labelAction={labelAction}
|
||||
value={value}
|
||||
error={errorMessage}
|
||||
disabled={disabled}
|
||||
hint={hint}
|
||||
required={required}
|
||||
onChange={(json) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user