You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/button/index.en-US.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,15 @@ It accepts all props which native buttons support.
56
56
57
57
## FAQ
58
58
59
+
### Methods
60
+
61
+
#### Checkbox
62
+
63
+
| Name | Description | Version |
64
+
| ------- | ------------ | ------- |
65
+
| blur() | remove focus ||
66
+
| focus() | get focus ||
67
+
59
68
### How to remove space between 2 chinese characters
60
69
61
70
Following the Ant Design specification, we will add one space between if Button (exclude Text button and Link button) contains two Chinese characters only. If you don't need that, you can use [ConfigProvider](/components/config-provider/#api) to set `autoInsertSpaceInButton` as `false`.
DatePicker default set `locale` as `en` in v4. You can config DatePicker `locale` prop or [ConfigProvider `locale`](/components/config-provider) prop instead.
214
+
215
+
### How to modify start day of week?
216
+
217
+
Please use correct [language](/docs/vue/i18n) ([#5605](https://github.com/ant-design/ant-design/issues/5605)), or update dayjs `locale` config:
0 commit comments