[Ionic v4] ion-picker not available in ionic angular
See original GitHub issueIonic Info
Ionic:
ionic (Ionic CLI) : 4.0.5 (C:\Users\<me>\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.0.0-beta.1
@angular-devkit/core : 0.7.0-rc.3
@angular-devkit/schematics : 0.7.0-rc.3
@angular/cli : 6.0.8
@ionic/ng-toolkit : 1.0.5
@ionic/schematics-angular : 1.0.3
Cordova:
cordova (Cordova CLI) : 8.0.0
Cordova Platforms : none
System:
NodeJS : v8.9.3 (C:\Program Files\nodejs\node.exe)
npm : 6.2.0
OS : Windows 10
Bug description
using @ionic/angular
ion-picker
, ion-picker-column
, ion-picker-controller
are not recognized by the compiler, the component is not here but its in the doc.
This not mentioned anywhere. Most likely its on its way but posting this here, just in case, someone else is looking for it.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
[Ionic v4] ion-picker not available in ionic angular · Issue #15099
ion-picker , ion-picker-column , ion-picker-controller are not recognized by the compiler, the component is not here but its in the doc. This ...
Read more >Ionic v4.12 ion-picker can not find any way to handle item ...
I found PickerColumn has refresh function ,but still not work import { PickerController } from '@ionic/angular'; @Component({ .
Read more >Display Buttons and Columns for ion-picker on Ionic Apps
Ion-picker appears on top of the app's content, and at the bottom of the viewport. ... Display a list of options in a...
Read more >How to Present a Picker Using the Ionic 4 Picker Component
In this tutorial we use the new Ionic 4 picker component! Learn to build mobile apps with Ionic in my Ionic Academy: ...
Read more >@ionic/angular - npm
Start using @ionic/angular in your project by running `npm i @ionic/angular`. There are 221 other projects in the npm registry using ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the issue! Picker has been around for awhile and used by DateTime, but we have never had it documented before.
How are you using it? It should work similar to an Alert where you open it by using the controller. Here’s an example:
where the create options are:
@bleuscyther good call, don’t know how to use it
the component seems to be there https://github.com/ionic-team/ionic/tree/7a8d5f68d28cdf49a77fc1674a092227a265ae6f/core/src/components/picker
looking forward to the solution 😉