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

城市选择组件相关优化 #174

Closed
wants to merge 2 commits into from
Closed

城市选择组件相关优化 #174

wants to merge 2 commits into from

Conversation

lmxxxx
Copy link

@lmxxxx lmxxxx commented Dec 27, 2016

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 88.716% when pulling 4120ddc on lmxxxx:master into 21c7ade on weui:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 88.757% when pulling bd6a873 on lmxxxx:master into 21c7ade on weui:master.

@lmxxxx lmxxxx changed the title 城市选择组件 不支持自定义按钮文字 城市选择组件相关优化 Dec 27, 2016
this.handleClose( ()=> { if(this.props.onChange) this.props.onChange(this.state.selected, this) } )
this.handleClose( ()=> {
// choose default city
const chooseDefault = this.state.selected.find((item) => item != 0) === undefined;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感觉这个item != 0在 普通picker使用情况下 可能不是默认的值
picker最好不能受限于citypicker

@n7best
Copy link
Collaborator

n7best commented Mar 15, 2017

Close due to inactive, will be add to future updates.

@n7best n7best closed this Mar 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants