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

多列picker里如果每列的valueMember有重复的话displayRender会有一个bug,类似下面的情况 #71

Merged
merged 3 commits into from
Aug 30, 2017

Conversation

chrisHchen
Copy link
Contributor

<Picker
      dataSource={[
                    [
                      { value: '1', label: '选项一' },
                      { value: '2', label: '选项二' },
                    ],
                    [
                      { value: '1', label: '选项A' },
                      { value: 'b', label: '选项B' },
                    ],
       ]}
   />

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 31.87% when pulling b53baac on chrisHchen:master into 3bae2ec on ZhonganTechENG:master.

@JeromeLin JeromeLin merged commit b53baac into ZhongAnTech:master Aug 30, 2017
JeromeLin added a commit that referenced this pull request Aug 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants