-
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
Can't reproduce
### Steps …
-
The following errors were reported by 4.9.0-dev.20220925
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate.
### Version
ant-ui …
-
Would be willing to contribute towards this goal.
In order to make Metaplex truly an empowering platform, it could be useful to extract as much of the logic (both the part that interacts with thing…
-
### What problem does this feature solve?
Form组件过多时的性能问题
现在的 Form 组件里的任一 FormItem 变化都会导致 Form 所在的上下文触发更新,当上下文中组件过多时,会变得卡顿。
现在添加 :selfUpdate="true" 属性,将FormItem 变为独立更新,避免整个组件刷新。同样也带来了新的问题:…
-
反馈问题请先查看文档和务必提供详细的复现代码,遵循如下格式,描述不清楚的问题将会直接关闭。
### vue和ui框架
vue2或者vue3、ui框架element antd、vjsf 使用版本说明
### 问题描述
对错误是什么的清晰简洁的描述。
### 如何复现
可以详细介绍你的复现场景或者相关代码。
必要时提供复现demo,如codepen,github 复现仓…
-
- Plugin Name: Material Theme UI
- Plugin Version: 6.12.1
- OS Name: Mac OS X
- OS Version: 10.14.6
- Java Version: 11.0.9
- App Name: PhpStorm
- App Full Name: PhpStorm
- Is Snapshot: false
- App Bui…
-
properties: {
content1: {
type: 'string',
title: 'foo',
'ui:options': {
type:'textarea'
}
}
}
vue3、ui框架antd
在类型为textarea时,依然是input框。…
-
在经过了很长时间的准备下,Pro V5 已经基本完成, 但是仍然有很多地方不是很完善,在新版本中我们进行了很多预设,对于数据流和布局更是进行了大刀阔斧的改进。虽然底层仍然基于 umi@3 来实现的,但是在应用层做了很多改动,接下来我们会展示一下我们的主要改动。
## 🦚 Layout 的更新
layout 是这次的最大改动,首先是进行了样式上的更新,支持混合模式来期望适应更多的场景。新…
-
### vue和ui框架
vue3、ui框架antd(2.2.8)
### 问题描述
在VueForm 上设置了submit方法,但未生效
### 如何复现
```vue
// 使用
import VueForm from '@lljj/vue3-form-ant';
import {ref} from "vue";
expor…