Skip to content
New issue

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 picker 日期选择开始时间无效 #5156

Closed
youyou0101 opened this issue Dec 21, 2019 · 4 comments
Closed

h5 picker 日期选择开始时间无效 #5156

youyou0101 opened this issue Dec 21, 2019 · 4 comments
Assignees
Labels
A-components Area - H5 组件库相关 E-medium Helper Wanted - Medium T-h5 Target - 编译到 H5 V-2 Version - 2.x V-3 Version - 3.x

Comments

@youyou0101
Copy link

问题描述

日期选择器,设置了start,但是无效, 还是可以选则不在范围内的日期。

 <Picker
          className='picker'
          mode='date'
          disabled={this.props.disabled}
          onChange={this.onPickerChange.bind(this)}
          start={ this.props.start }
          value={
            this.props.current
              ? this.props.current
              : formatDate(new Date(), 'yyyy-MM-dd')
          }
        >

期望行为

正常选择日期

报错信息

file-read-6972

@taro-bot
Copy link

taro-bot bot commented Dec 21, 2019

CC @Littly

@taro-bot
Copy link

taro-bot bot commented Dec 21, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@Chen-jj Chen-jj added T-h5 Target - 编译到 H5 and removed H5 labels Jul 29, 2020
@ZakaryCode ZakaryCode added A-components Area - H5 组件库相关 E-medium Helper Wanted - Medium V-2 Version - 2.x V-3 Version - 3.x labels Sep 22, 2020
@SyMind
Copy link
Member

SyMind commented Feb 21, 2021

@ZakaryCode 最新版本已经无法复现,该 issue 可以关闭了。

@ZakaryCode
Copy link
Contributor

@ZakaryCode 最新版本已经无法复现,该 issue 可以关闭了。

收到

@ZakaryCode ZakaryCode moved this to Done in H5 Apr 10, 2023
@ZakaryCode ZakaryCode added this to H5 Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-components Area - H5 组件库相关 E-medium Helper Wanted - Medium T-h5 Target - 编译到 H5 V-2 Version - 2.x V-3 Version - 3.x
Projects
Archived in project
Development

No branches or pull requests

5 participants