mjsornp created WEEX-344:
----------------------------
Summary: 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: Adam Feng
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)