我的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>