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

Current date is not available on compact Date picker style iOS 14.4 & above #534

Closed
yevgeniipasko opened this issue Mar 26, 2021 · 1 comment
Assignees
Labels

Comments

@yevgeniipasko
Copy link

yevgeniipasko commented Mar 26, 2021

The picker does not contain current date selected on compact mode

Code to reproduce:

        let picker = CoreActionSheetPicker.ActionSheetDatePicker(title: "Hi", datePickerMode: .date, selectedDate: Date(), doneBlock: nil, cancel: nil, origin: view)
        picker?.datePickerStyle = .compact
        picker?.show()

Screenshot 2021-03-26 at 18 31 52

When I click this white empty view it redirects to compact picker view
Screenshot 2021-03-26 at 18 31 58

@noorulain17 noorulain17 self-assigned this Mar 26, 2021
@noorulain17 noorulain17 changed the title Current date is not available on compact Date picker style iOS 14.4 Current date is not available on compact Date picker style iOS 14.4 & above Sep 19, 2021
@noorulain17
Copy link
Collaborator

Fixed in #541

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants