-
- [x] I have searched the [issues](https://github.com/IduxFE/idux/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
参考 https://…
-
### Reproduction link
![image](https://user-images.githubusercontent.com/25052421/118108086-264e2a80-b412-11eb-88d0-6b77c010f219.png)
### Steps to reproduce
### What is expected?
消除警…
-
- [x] I have searched the [issues](https://github.com/IduxFE/idux/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
### What do…
-
- [ ] I have searched the [issues](https://github.com/IduxFE/idux/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
### What do…
-
test:
```
test('focus method work', async () => {
const checked = ref(true)
const mockFn = jest.fn()
const wrapper = mount({
components: { IxCheckbox },
template: ``,
…
-
### Reproduction link
```html
toggle
Hello
World
import { defineComponent, ref } from 'vue'
import { clickOutside } from '@idux/cdk/click-outside'
export default defineCompone…
-
### Reproduction link
### Steps to reproduce
```html
```
由于是使用 `span` 去模拟 `checkbox`, 所以 `v-bind="attrs"` 没有意义。
### What is expected?
支持这些属性和方法,注意:可能还有其他类似的属性和方法。
…
-
- [ ] I have searched the [issues](https://github.com/IduxFE/idux/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
### What do…
-
The code works in `rc0`, but fails in `rc1`.
```ts
test('v-model work', async () => {
const valueRef = ref('init value')
const wrapper = mount({
components: { IxInput },
…
-
@danranVm @LaamGinghong 做了一版api的设计,有空review一下,看有没有啥问题
_Originally posted by @jackson-yyy in https://github.com/IduxFE/idux/issues/222#issuecomment-798849238_
format那个字段的功能设计看是否合理,antd是用use12Hour…