-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
feat: DateTime desktop improvements #19423
Comments
possible duplicate: #15505 |
@brandyscarney The date input component is still unusable in a desktop browser. Have a look at this approach https://www.npmjs.com/package/@codaline-io/ionic-datepicker |
Another Stencil Datepicker component: https://github.com/duetds/date-picker |
Calendar picker has been merged! #23325 |
How can we use/test this? |
resolves #19423 BREAKING CHANGE: The `ion-datetime` component has been revamped to use a new calendar style. As a result, some APIs have been removed. See https://github.com/ionic-team/ionic-framework/blob/master/BREAKING.md for more details.
Thanks for the issue! In Framework v6 we will be shipping a new calendar-style date picker that has desktop support. Be sure to check out https://ionic.io/ioniconf for more information on when you can start testing it. |
Is there a teaser screenshot or a screencast anywhere for a sneak preview? |
On twitter there are some sneak previews: |
(The iOS time picker in those demos will be updated for iOS 15 before Framework v6 ships) |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Feature Request
Ionic version:
[x] 4.x
Describe the Feature Request
The Ionic DateTime picker component is not well suited for Desktop.
Describe Preferred Solution
On Desktop you have a finer degree of selection. Ionic should check if it runs in a desktop environment therefore displaying a better date input (with time). Make use of keyboard and scroll wheel.
Describe Alternatives
Related Code
Additional Context
The text was updated successfully, but these errors were encountered: