timandella
timandella
We have the following line of code in our angular project (where this.editor is the FroalaEditor component) `this.editor.events.on('keyup', (e: Event) => this.onKeyup.emit(new ComponentEvent('keyup', null, e)), false);` This was building fine...
### Describe the bug When an inputNumber control is used, with the minFractionDigits and maxFractionDigits both explicitly set to null, then it is not possible to enter any number in...
### Describe the bug When an inputNumber control is used, with the minFractionDigits attributes explicitly set to null, then the default value used by the control is 0. This is...
When pasting in a table, (with a nested table), a width style of 100% is being added to the nested table, causing it to expand to fill the parent cell....