Interface: IShowInputSettings
The settings enabling the user input for drop-down lists in the toolbar of the Rich text editor.
Remarks
You can use these settings in IRichTextDialogConfig. The user input is turned on by default.
Example
configuration = {
widgets: {
RichTextDialog: {
showInput: {
size: false,
},
},
},
};
Properties
size?
optionalsize?:boolean
Enables the user input for the Font size. The default value is true.