Helder Santos

Results 10 comments of Helder Santos

Regarding the recent closed issue https://github.com/ionic-team/ionic-framework/issues/29056, is there a recomended way to avoid the focus trap on modal?

Would it make sense in the ModalController object's configuration API to have a boolean to activate or not the focus trap? Something like: ``` const modal = await this.modalCtrl.create({ component:...

Any progress on better tree shaking for the near future?

Same here... is there a way have this from npm? Or do i have to monkey path the node_modules source code after install?

Was testing the new version and got the found de same issue. When trying to use the toSVG function I get a TS error: `Property 'toSVG' does not exist on...

I think it's related with the node version... The latest LTS seems to crash the build.

I was migrating a project from using @Input() and @Output() to signal-based input and output when I came across a component where I used @if(onSearch.observed) to render a block of...

I also use this library for validation of reactive forms and presentation of predefined error messages. It's truly amazing, and I love it, but the lack of activity in the...