We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ref ant-design/ant-design-mobile#1841
The user can change the value of the Picker/ PickerView/ DatePicker by clicking the value and scroll to that value besides scrolling the picker.
<Picker onPickerClick={(value) => console.log(value) />
onPickerClick will return the value that is clicked.
The text was updated successfully, but these errors were encountered:
就算不给做这个,为PickerItem加个OnClick属性,Picker则提供一个ScrollTo方法也好啊
Sorry, something went wrong.
No branches or pull requests
ref ant-design/ant-design-mobile#1841
What problem does this feature solve?
The user can change the value of the Picker/ PickerView/ DatePicker by clicking the value and scroll to that value besides scrolling the picker.
What does the proposed API look like?
<Picker onPickerClick={(value) => console.log(value) />
onPickerClick will return the value that is clicked.
The text was updated successfully, but these errors were encountered: