We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H5(@nutui/nutui-react)
2.0.12
18.2.0
dev:h5
npm
16.18
Chrome(106.0.5249.119)
WIN10
github.com
<Calendar visible={ showFilterDate } type={'single'} defaultValue={ date } startDate="2022-01-11" onClose={ ()=>setShowFilterDate(false) } onConfirm={ onFilterDateConfirm } />
修复
溢出
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
修改过主题相关的 css 吗?建议先排查下是不是修改过相关的 css
只在这里做了修改,测试时出现的BUG
可以提供完整的 Demo 吗,我在 next 分支上复现不出来你的问题
No branches or pull requests
NutUI scenes(nutui 场景)
H5(@nutui/nutui-react)
NutUI-react version(nutui-react 版本)
2.0.12
React version(react 版本)
18.2.0
Operating environment(运行环境)
dev:h5
Citation method(引用方式)
npm
Node version(node 版本)
16.18
Browser and its version(浏览器及其版本)
Chrome(106.0.5249.119)
System and its version(系统及其版本)
WIN10
Reproduction link(重现链接)
github.com
Steps to reproduce(重现步骤)
<Calendar
visible={ showFilterDate }
type={'single'}
defaultValue={ date }
startDate="2022-01-11"
onClose={ ()=>setShowFilterDate(false) }
onConfirm={ onFilterDateConfirm }
/>
What is expected?(期望的结果是什么?)
修复
What is actually happening?(实际的结果是什么?)
溢出
The text was updated successfully, but these errors were encountered: