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

ios设置mode='data'为什么就显示一行数据 #439

Open
Muriel0603 opened this issue Dec 8, 2020 · 4 comments
Open

ios设置mode='data'为什么就显示一行数据 #439

Muriel0603 opened this issue Dec 8, 2020 · 4 comments

Comments

@Muriel0603
Copy link

<DatePicker customStyles={{
dateIcon: {
width: 0,
height: 0,
},
dateInput: {
borderWidth: 0,
alignItems: alignItems,
margin: 0,
fontSize: 15,
color: '#333'
}
}}
date={this.props.date}
style={{flex: 1}}
placeholder={this.props.placeholder}
locale={"zh-Hans"}
mode="date"
androidMode='spinner'
format="YYYY-MM-DD"
minDate='1920-01-01'
maxDate='2030-01-01'
onDateChange={(date) => {
this.props.onDateChange(date)
}}/>

WechatIMG22

@xiaohui-hiwintech
Copy link

I have the same issue. do you resolve this?

@joaops95
Copy link

Me too, any way to resolve it?

@xiaohui-hiwintech
Copy link

Me too, any way to resolve it?

please refer to #425 , there is a solution in the post, need to add some code in ios native code.

@VivekkChudasama
Copy link

Me too, any way to resolve it?

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

No branches or pull requests

4 participants