+ add `getSuggestionContainer` callback function, which allow users modify the container element of suggestions dropdown. + the suggestions dropdown will mount on `document.body` defaultly, instead of on editor. + close #3588
- 现在只输入一个 @ 符号,dropdown 也会弹出。 - 输入框失去焦点后,dropdown 会消失。 - 添加受控模式示例 - 添加 `getMentions(editorState: EditorState): Array<String>` Api, 可以获取当前提到的人。 - 添加了校验样式 - 其他样式修正