Alert a list of options

Is there a way to implement a list like alert with io2? For instance, on iOS you sometimes get an alert of nearby wifis that can be selected through a list. Is there a way to redo this with the current io2 functionality?

you could try the select directive

Sure, I use select and other directives, but here it would be a mere list of buttons that would be displayed. With the select directive the user has to select the item and click on select.
Or can you add a (click) to each option?