chore(select): make note about interfaceOptions and alert input/buttons clearer (#21166)

This commit is contained in:
Liam DeBeasi
2020-04-30 11:12:54 -04:00
committed by GitHub
parent 6bc62e1da5
commit a261cb1f67
3 changed files with 18 additions and 16 deletions

View File

@ -82,6 +82,8 @@ export class Select implements ComponentInterface {
* [ActionSheetController API docs](../../action-sheet/ActionSheetController/#create) and the
* [PopoverController API docs](../../popover/PopoverController/#create) for the
* create options for each interface.
*
* Note: `interfaceOptions` will not override `inputs` or `buttons` with the `alert` interface.
*/
@Prop() interfaceOptions: any = {};