mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
feat(select): add disabled status in select options
This commit is contained in:

committed by
Adam Bradley

parent
d993a1bfd8
commit
76619cf4d0
@ -290,7 +290,8 @@ export class Select {
|
||||
type: (this._multi ? 'checkbox' : 'radio'),
|
||||
label: input.text,
|
||||
value: input.value,
|
||||
checked: input.checked
|
||||
checked: input.checked,
|
||||
disabled: input.disabled
|
||||
};
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user