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
<DatePicker mode="datetime" minDate={this.state.startDate} date={this.state.startDate} minuteStep={5} format={this.dateFormatter} onChange={this.onStartDateChange} value={this.state.startDate} > <DateItem>开始时间</DateItem> </DatePicker>
其中 DateItem 跟 ListItem 实现类似,应该不影响,不过显示的时间选择,间隔分钟还是一分钟。 是我漏了什么吗?
从 antd 组件找过来的 react-component/m-date-picker#25
The text was updated successfully, but these errors were encountered:
717bdf0
这个 fix 的 antd-mobile 的 npm 包更新了吗?
Sorry, something went wrong.
@noahlu https://mobile.ant.design/changelog#发布周期
paranoidjk
No branches or pull requests
其中 DateItem 跟 ListItem 实现类似,应该不影响,不过显示的时间选择,间隔分钟还是一分钟。
是我漏了什么吗?
从 antd 组件找过来的 react-component/m-date-picker#25
The text was updated successfully, but these errors were encountered: