Diamond Zhou

Results 11 issues of Diamond Zhou

当前没有添加isRequred参数时,编辑每个选项都需要点击选项编辑按钮进行数据编辑 ![image](https://user-images.githubusercontent.com/4620878/185523375-fdf720f1-7300-4328-8ea8-e2d8bfad2c6d.png) 添加isRequired参数后,可以快捷的在设计器内编辑选项 ![image](https://user-images.githubusercontent.com/4620878/185523493-488c5f91-8937-49eb-a6d8-e2963ccb5c20.png) 几个常用的表单组件,可以添加此属性,方便快捷编辑选项参数

> someone advice.

Now the buttons is write in code. ### Later i'll take it out.

### ExpressionSetter,表达式输入框值修改后不生效 表达式输入框的值目前测试发现只在初次切换至该输入框时输入的值有效,二次修改无效,必须重新切换setter --- Steps to reproduce the behavior: / 详细复现步骤: 打开代码demo https://lowcode-engine.cn/demo/index.html 1. 在state 里面设置两个集合: options1, options2 ```js state: { "options1": [{label: 'a1', value: 'a1'}, {label: 'a2', value: 'a2'}],...