Sean Perkins

Results 166 comments of Sean Perkins

As mentioned, same issue as #6, but I would love for the up-stream project to have a solution for it. Unfortunately with the order of how it bootstraps, I haven't...

@pkunszt can you share a snippet of your styles? When slotting custom content, that node is available in the light DOM. At that point, you can add a selector to...

@pkunszt sorry I misunderstood your issue. When displaying confirmation buttons, the alignment is driven by platform styles: https://ionicframework.com/docs/api/datetime#showing-confirmation-buttons On iOS, the buttons are aligned with space between the buttons. On...

@danielkleebinder thanks for the thorough write up and links to supporting documentation. In our short term, our big focus internally is releasing Ionic 6 and all the supporting material around...

@corysmc thanks for opening this issue! I tried to recreate a similar example in Angular to see what the behavior was there. While it doesn't error out, it does highlight...

Another issue popped up that we believe to be related to the problematic behavior here: https://github.com/jameson-w-taylor/modal-state-error Rendering new child nodes before an inline modal, during the modal dismiss, causes the...

Ok I have been able to diagnose the root issue and have a better understanding of the work effort to resolve it. The `IonModal` implementation in React does not have...

Here is a dev-build to test with: `6.1.16-dev.11658359881.12e9c6eb` (Edit: dev build updated). Let me know your results. I verified both individual use cases reported in this thread.

@Fooweb You can install the specific dev-version for any package of Ionic, but since this issue is specific to `@ionic/react`, it would look like: ``` npm install @ionic/[email protected] ``` You...