Closed barmac closed 1 year ago
This was caused by an API mismatch. ContentEditable and LiteralExpression accept onInput while EditableComponent expects onChange.
ContentEditable
LiteralExpression
onInput
EditableComponent
onChange
Closes #786
This was caused by an API mismatch.
ContentEditable
andLiteralExpression
acceptonInput
whileEditableComponent
expectsonChange
.Closes #786