fix texteditor update

This commit is contained in:
Shams mosowi
2020-10-30 17:37:08 +11:00
parent 7eea48a425
commit 3692032cf0

View File

@@ -92,6 +92,9 @@ class TextEditor extends React.Component<
}
type={inputType}
fullWidth
onBlur={(e) => {
row.ref.update({ [column.key]: e.target.value });
}}
variant="standard"
inputProps={{
ref: this.inputRef,