docs(): update links

Ref #17256
This commit is contained in:
Mike Hartington
2019-01-30 10:28:06 -05:00
parent af9cb46575
commit c05dfb8244
8 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ If `value` is set on the `<ion-select>`, the selected option will be chosen base
## Interfaces
By default, select uses the [AlertController API](../../alert/AlertController) to open up the overlay of options in an alert. The interface can be changed to use the [ActionSheetController API](../../action-sheet/ActionSheetController) or [PopoverController API](../../popover/PopoverController) by passing `action-sheet` or `popover`, respectively, to the `interface` property. Read on to the other sections for the limitations of the different interfaces.
By default, select uses the [AlertController API](../alert) to open up the overlay of options in an alert. The interface can be changed to use the [ActionSheetController API](../action-sheet) or [PopoverController API](../popover) by passing `action-sheet` or `popover`, respectively, to the `interface` property. Read on to the other sections for the limitations of the different interfaces.
## Single Selection
@@ -33,7 +33,7 @@ The `action-sheet` and `popover` interfaces do not have an `OK` button, clicking
## Interface Options
Since select uses the alert, action sheet and popover interfaces, options can be passed to these components through the `interfaceOptions` property. This can be used to pass a custom header, subheader, css class, and more. See the [AlertController API docs](../../alert/AlertController/#create), [ActionSheetController API docs](../../action-sheet/ActionSheetController/#create), and [PopoverController API docs](../../popover/PopoverController/#create) for the properties that each interface accepts.
Since select uses the alert, action sheet and popover interfaces, options can be passed to these components through the `interfaceOptions` property. This can be used to pass a custom header, subheader, css class, and more. See the [AlertController API docs](../alert), [ActionSheetController API docs](../action-sheet), and [PopoverController API docs](../popover) for the properties that each interface accepts.
<!-- Auto Generated Below -->