[
https://issues.apache.org/jira/browse/WEEX-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16475313#comment-16475313
]
codefurture commented on WEEX-344:
----------------------------------
please attach dotwe link
> playground pickDate could not select the max value
> --------------------------------------------------
>
> Key: WEEX-344
> URL: https://issues.apache.org/jira/browse/WEEX-344
> Project: Weex
> Issue Type: Bug
> Components: Android
> Affects Versions: 0.18
> Reporter: mjsornp
> Assignee: codefurture
> Priority: Major
>
> pickDate module code as below:
> picker.pickDate({
> value: this.value,
> max: '2018-5-7',
> min: '2018-5-1'
> }, event => {
> if (event.result === 'success') {
> this.value = event.data
> }
> })
>
> and you will find that could not select the max value after you select some
> other values.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)