Skip to content

Commit

Permalink
Fix #1264
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoZam committed Jun 19, 2023
1 parent 00b54a9 commit e581dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/dynamicForm/dynamicField/DynamicField.tsx
Expand Up @@ -138,7 +138,7 @@ export class DynamicField extends React.Component<IDynamicFieldProps, IDynamicFi
value={value}
className={styles.fieldDisplay}
onChange={(newText) => { this.onChange(newText); return newText; }}
isEditMode={disabled} />
isEditMode={!disabled}/>
{descriptionEl}
{errorTextEl}
</div>;
Expand Down

0 comments on commit e581dc6

Please sign in to comment.