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
mand-mobile version/项目版本 1.2.2
参数 minDate: 2000-08-08 maxDate: 2018-08-08 defaultDate: 1990-08-08
此时由于1990小于2000,选择器会显示最小的年,即2000-08-08,但是取值的时候 this.$refs.datePicker.getFormatDate('yyyy-MM-dd');拿到的确是'yyyy-08-08'
this.$refs.datePicker.getFormatDate('yyyy-MM-dd');
The text was updated successfully, but these errors were encountered:
原来是将这种情况当异常情况处理,所以没有做容错处理。
Sorry, something went wrong.
fix(date-picker):amend defaultDate according to minDate and maxDate #75
1717170
Feature issue 64/75/77 (#90)
943e5be
* feature(picker):reset picker when cancel * feature:add maskClosable prop #64 * fix(date-picker):amend defaultDate according to minDate and maxDate #75 * feature(cashier):update channel display logic #77 * feat(tab-picker): add revoke operation feature when user click the cancel button * feat(tab-pciker): add async casacade tabpicker initial feature * feature(action-sheet & selector):add max-height limit prop #86 * fix(tab-picker): recursion breakpoints continue * fix(cashier):fix unit test error
xxyan0205
No branches or pull requests
此时由于1990小于2000,选择器会显示最小的年,即2000-08-08,但是取值的时候
this.$refs.datePicker.getFormatDate('yyyy-MM-dd');
拿到的确是'yyyy-08-08'The text was updated successfully, but these errors were encountered: