ACE编辑器的自动完成功能位于不同的DOM节点下

时间:2018-10-18 22:21:34

标签: javascript ace-editor

我的HTML页面为

<body>
   <div id="content">
     <!-- This contains the ace editor -->
     <!-- I'm using React -->

</body>

启用自动填充功能后,DOM不会受到#content的干扰,而会<body>

<body>
   <div id="content">
       <ace-editor>
   <div class=" ace_editor ace_autocomplete ace-chrome">

由于多种原因,这引起了很多问题(如果需要,我可以提供更多详细信息)。但是,如何确保自动完成功能在同一dom节点下?理想情况下我想

<div id="content">
   <ace-editor>
   <auto-complete>

甚至

<div id="content">
    <ace-editor>
       <auto-complete>

0 个答案:

没有答案