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
@nutui/nutui-react
最新版
weapp
无
<DatePicker title={title} visible={isDatePickerVisible} showChinese type={type} endDate={new Date()} value={selectedDate} defaultValue={selectedDate} onConfirm={(options, values) => { const date = dayjs(values .slice(0, 3) .join('-') + values .slice(3) .join(':')).format('YYYY-MM-DD HH:mm:ss') setSelectedDate(dayjs(date).toDate()) setDatePickerVisible(false) onChange(date) }} onCancel={() => setDatePickerVisible(false)} />
切换年份时应该显示所有月,而不是今年的当前月份
月份只有当前月
No response
The text was updated successfully, but these errors were encountered:
有完整复现demo吗
Sorry, something went wrong.
irisSong
No branches or pull requests
NutUI React 包名
@nutui/nutui-react
NutUI React 版本号
最新版
平台
weapp
重现链接
无
重现步骤
期望的结果是什么?
切换年份时应该显示所有月,而不是今年的当前月份
实际的结果是什么?
月份只有当前月
环境信息
No response
其他补充信息
No response
The text was updated successfully, but these errors were encountered: