diff --git a/src/components/select/select.ts b/src/components/select/select.ts index 2e88600d6c..96670089db 100644 --- a/src/components/select/select.ts +++ b/src/components/select/select.ts @@ -30,6 +30,10 @@ export const SELECT_VALUE_ACCESSOR: any = { * The select component takes child `ion-option` components. If `ion-option` is not * given a `value` attribute then it will use its text as the value. * + * If `ngModel` is bound to `ion-select`, the selected value will be based on the + * bound value of the model. Otherwise, the `selected` attribute can be used on + * `ion-option` components. + * * ### Interfaces * * By default, the `ion-select` uses the {@link ../../alert/AlertController AlertController API} @@ -51,7 +55,7 @@ export const SELECT_VALUE_ACCESSOR: any = { * * Gender * - * Female + * Female * Male * *