'ion-picker-column' is not a known element:

Hi,

I’m currently having an issue trying to use the ion-picker using Ionic Angular 7.8.4.

It allows me to use component without issue, but when I put and it gives me the errors

‘ion-picker-column’ is not a known element: & ‘ion-picker-column-option’ is not a known element:

Also when I type ion it gives me an autocomplete and it doesn’t contain either of ion-picker-column or ion-picker-column-option

Can’t seem to figure it out and any help would be appreciated.

Thanks in advance

ion-picker-column was added in Ionic 8. Multiple columns in Ionic 7 is documented here - ion-picker: Display a list of options in columns

Thank you! I’ll have a read of the docs you’ve linked

1 Like

Hi Twe,

Upgraded to Ionic 8 and I’m still having the same issue, I’m assuming I’ve misunderstood something regarding Angular modules but it’s strange as it lets me use other Ionic components without a problem.

Any help would be massively appreciated.

Ignore the above, this was a mistake on my end - I forgot to check the package-lock and properly update to Ionic 8. All is working fine now

1 Like