gotounix

Results 18 issues of gotounix

这样可以预防绑定的model里有无效数据。

当一个页面中有多个ele-table-editor**使用if只显示其中一个**,且有相同字段时,执行其中任意一个table的validate会同时校验其他table中相同的字段。 而且如果table_1有三行校验失败显示红框,而table_2只有一行,则再table_2下新增行时,新增的2行时校验失败的行,从第四行开始才是新增无校验红色框的行。 ![screen-capture-_1_](https://user-images.githubusercontent.com/18606632/96558493-53a87f00-12ee-11eb-97d3-a00d0033f096.gif) ![screen-capture](https://user-images.githubusercontent.com/18606632/96556835-117e3e00-12ec-11eb-9271-599001284b32.gif)

I have a cloumn such as: ``` ColumnDT(func.group_concat(distinct(Role.name)), global_search=False, mData='roles'), ``` And search in DataTables not working for this column. I found while I using ``having`` everything is okey. ```...

### 问题描述 ``` import G6 from '@antv/g6'; const data = { nodes: [ { id: 'rect', label: 'rect', x: 250, y: 150, stateStyles: { selected: { fill: '#1890FF', cursor: 'move',...

关联 https://github.com/vant-ui/vant-weapp/issues/4696 | 正常情况 | 键盘弹出后 | | ------------ | ----------------- | | ![1](https://user-images.githubusercontent.com/18606632/181675960-2a4bd37c-1d13-4e0b-a5f9-605047842323.jpg) | ![2](https://user-images.githubusercontent.com/18606632/181675971-deb0b243-16cd-43b9-9232-b95cd2cdb5e7.jpg) | 上图可看出,键盘并没有把弹出框顶起,输入框的文字却上移至其他位置。 复现步骤:popup长度超过屏幕高度,有滚动条,划到最底部,然后点击输入框。 @vant/weapp:1.10.2 调试基础库:2.25.1 微信版本:8.0.25 手机型号:华为荣耀10,华为Nova 5 Pro。

### 这个功能解决了什么问题 对话框全屏。 ### 你建议的方案是什么 类似:https://arco.design/vue/component/modal#fullscreen

enhancement

![conflict](https://user-images.githubusercontent.com/18606632/41053821-3664421c-69ef-11e8-850b-30a1f8cf57ff.png) There are two ``select2`` fields when use it in django-jet.

``` class Test(Model): ... @property def my_user(self): return User.query.filter_by(id=1).first() ``` ``` class TestSchema(ma.SQLAlchemyAutoSchema): class Meta: model = Node include_fk = True unknown = INCLUDE my_user = ma.Nested('UserSchema') ```

- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-pro/issues) ## Basic Info - **Package Name And Version:** [email protected] - **Framework version:** 3.2.31 -...