mui-rte icon indicating copy to clipboard operation
mui-rte copied to clipboard

Trigger autocomplete items dropdown when writing triggerChar

Open craybird opened this issue 5 years ago • 1 comments

Checklist

Description

I want to show a dropdown with possible users when writing triggerChar "@" in the editor. However, the dropdown with possible items only shows after inserting triggerChar "@" and minimum 2 chars of matching item keys afterwards, e.g. "@na".

Please consider showing item suggestions right when triggerChar is written in the editor, or making it an option to do so. I believe this is the expected autocomplete behaviour.

Thank you so much

craybird avatar Dec 14 '20 18:12 craybird

I opened a PR with a fix for this here https://github.com/niuware/mui-rte/pull/295

jtag05 avatar Jan 12 '22 01:01 jtag05