-
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
let select component use picker as an interface #15390
Comments
Hi |
Would be great to be able to use the DateTime picker without the nesting DateTime component. This probably requires some refactoring, because the datetime value needs to be stored on the picker instead on the component itself. But might be worth separating picker and input-component logic. Currently the only workaround is to create element that is hidden on the DOM and fire the open() method. |
Thank you for the issue! I'm going to close this in favor of #20317. I know this one is older but the more recent one has more upvotes and we use upvotes for sorting feature request priorities. Thanks! |
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
Describe the Feature Request
Currently picker is used by datetime component only but I think it is very suitable for a select interface.
Describe Preferred Solution
Selecting picker as an interface for select component like alert, popover and action sheet.
The text was updated successfully, but these errors were encountered: