Charles Paul

Results 11 comments of Charles Paul
trafficstars

I am not able to see any sort of warning or error in my console when I click the backdrop. I am using the issue reproduction url you sent.

What do you mean when you say visible? You want the FAB on the keyboard??

HTML can be passed to the `message` prop of the ion-alert. From the docs: `innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config before custom HTML can be used....

You can achieve that with a modal.

Bind your checkbox to a state which holds if its checked or unchecked, and it should work just as expected. I don't believe this to be a problem with ionic

Please can you try reproducing your code on stackblitz and dropping a link here? It's easier when people want to help

@sean-perkins I am not able to reproduce same problem with vue, so is the problem from the core `item` component or from the angular package?

I don't seem to understand where the error is. Everything looks okay to me. Are you trying to make the segment span full width like the segment in the header?

If you don't need the padding added, you can always remove the `ion-card-content`. The `ion-card-content` component introduces a new padding in the container as this is only recommended when you...