We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5885d91 commit 7b883f7Copy full SHA for 7b883f7
src/components/KeyValue.tsx
@@ -219,7 +219,7 @@ export default function KeyValue(props: KeyValueProps) {
219
label={showLabel && localIndex === 0 ? valueLabel : ''}
220
noMarginTop={compressed}
221
type={valueIsNumber ? 'number' : undefined}
222
- disabled={mutableValue?.has(field.name) ? false : valueDisabled}
+ disabled={mutableValue?.has(field.name) ? disabled : valueDisabled}
223
InputProps={{
224
readOnly: frozen,
225
endAdornment: decoratorMapping ? (
0 commit comments