@jswork/antd-components 1.0.217 → 1.0.218

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/antd-components",
3
- "version": "1.0.217",
3
+ "version": "1.0.218",
4
4
  "main": "dist/main.cjs.js",
5
5
  "module": "dist/main.esm.js",
6
6
  "types": "dist/main.d.ts",
@@ -71,6 +71,7 @@ export const AcExtraSearch: FC<AcExtraSearchProps> = (props) => {
71
71
  <Input.Search
72
72
  size="small"
73
73
  enterButton
74
+ autoFocus
74
75
  allowClear
75
76
  value={value}
76
77
  placeholder={t('placeholder')}