diff --git a/docs/Inputs.md b/docs/Inputs.md index 693bb4da71a..496b39fb0e0 100644 --- a/docs/Inputs.md +++ b/docs/Inputs.md @@ -873,6 +873,18 @@ You can customize the rich text editor toolbar using the `toolbar` attribute, as ``` +If you need more customization, you can access the quill object through the `configureQuill` callback that will be called just after its initialization. + +```js +const configureQuill = quill => quill.getModule('toolbar').addHandler('bold', function (value) { + this.quill.format('bold', value) +}); + +// ... + + +``` + ## `` To let users choose a value in a list using a dropdown, use ``. It renders using [Material ui's `