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
| closeOnOverlayClick | Whether to close when clicking overlay,[closeOnClickOverlay](https://nutui.jd.com/h5/react/2x/#/zh-CN/component/popover)|`boolean`|`true`|
72
+
| closeOnOverlayClick | Whether to close when clicking overlay,[closeOnClickOverlay](#/en-US/component/popover)|`boolean`|`true`|
73
73
| showPrev | Whether to show prev button |`boolean`|`true`|
74
74
| title | Whether to show title bar |`ReactNode`|`''`|
75
75
| onClose | Emit when popover close |`(e: MouseEvent<HTMLDivElement>) => void`|`-`|
| fit | Picture fill mode |`contain`\|`cover`\|`fill`\|`none`\|`scale-down`|`cover`|
109
109
| clearInput | If or not you want to clear the `input` content, set it to `true` to support selecting the same file to upload over and over again |`boolean`|`true`|
110
-
| accept | Allowed file types to be uploaded, [Details] ("<https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/Input/file#%E9%99%90%E5%88%B6%E5%85%81%E8%AE%>B8%E7%9A%84%E6%96%87%E4%BB%B6%E7%B1%BB%E5%9E%8B") |`string`|`*`|
0 commit comments