Ahmed Alsinan

Results 6 comments of Ahmed Alsinan

I solved this issue by simply adding `keepContentsMounted=true` and it magically worked correctly!

NextUI just dropped their [select component](https://nextui.org/docs/components/select) and it supports multi selection 👏🏽

> Hello everyone! Recently I addressed a different bug that logically overlaps with the behavior described here (#24716). > > Can someone test with the `nightly` build and let me...

> ``` > npm install @ionic/[email protected] > ``` Unfortunately still exists, sample code: [Stackblitz](https://stackblitz.com/edit/angular-zqsedm?file=package.json) Change `keepContentMounted` to `true` to see how it should behave

> @tekno0ryder here is an updated version of your sample: https://stackblitz.com/edit/angular-zqsedm-ecuf7w?file=src%2Fmain.tsx > > The `package-lock.json` was still resolving to `@ionic/[email protected]`, which does not contain the dev-build changes. This is just...