Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

Ionic 4 Popover with an array of options

$
0
0

@paddyosullivan wrote:

componentProps doesnt seems to allow an array of items, every time i try to add an array it comes back as undefined when using navparams to get the result, single items are no problem… anyone know how to achieve this ?

// Works - navparam.get(“message”)
componentProps: {message: ‘message’, popoverController: this.pop}

// does not work navparam.get(“message”)
componentProps: [{message: ‘message’, popoverController: this.pop}, {message: ‘message’, popoverController: this.pop} ]

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles