markdown-editable-textinput icon indicating copy to clipboard operation
markdown-editable-textinput copied to clipboard

Improves field customization, adds the possibility to choose the available functionalities.

Open w4ll3 opened this issue 4 years ago • 1 comments

w4ll3 avatar Feb 11 '21 22:02 w4ll3

Hi, thanks for your work, but we won't be going to merge. Indeed, the feature of choosing the actions of the input is already available. You can set it with the actions property as follows :

MarkdownTextInput(
    actions: [MarkdownType.bold, MarkdownType.italic, MarkdownType.code], //If you want only bold, italic and code actions
)

clemenceroumy avatar May 24 '22 12:05 clemenceroumy