胡安洋

Results 6 issues of 胡安洋

多选时用layui.form.render("select")渲染下拉框的选项显示不出来

**Description** A clear and concise description of what the bug is. **Recording** A GIF or video showing the issue happening. (If you don't include this, there's a very good chance...

**Problem** A clear and concise description of what the problem is. (Eg. I'm always frustrated when [...]) **Solution** A clear and concise description of what you want to happen. **Alternatives**...

feature

导出的HTML字符串: // this is a code blockconst some_string = "hello world";console.log(some_string);

bug

![image](https://github.com/editablejs/editable/assets/34828918/c8ec2b7b-729f-4f3a-b7cb-6341504090d9) ![image](https://github.com/editablejs/editable/assets/34828918/5550f03b-90af-425a-94e3-2e9ec1a12e38) 因为一行可能显示不下,所以把部分菜单放在了dropdown里面,但是里面的菜单在点击时候,会执行两次回调,第一次是上一次的值,第二次是当前点击的值,如何才能执行一次呢?还是说我这种二级菜单的实现方案不太对呢?有什么解决办法吗?

feature

**Problem** ToolbarComponent中想增加一个保存按钮,editor中如何监听这个按钮的点击事件呢?

feature