mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
docs(components): update disabled property docs to be consistent
This commit is contained in:
@ -25,7 +25,7 @@ export class ChipButton {
|
||||
@Prop() mode: 'ios' | 'md';
|
||||
|
||||
/**
|
||||
* If true, sets the button into a disabled state.
|
||||
* If true, the user cannot interact with the chip button. Defaults to `false`.
|
||||
*/
|
||||
@Prop() disabled = false;
|
||||
|
||||
|
@ -50,7 +50,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
|
||||
|
||||
boolean
|
||||
|
||||
If true, sets the button into a disabled state.
|
||||
If true, the user cannot interact with the chip button. Defaults to `false`.
|
||||
|
||||
|
||||
#### fill
|
||||
@ -90,7 +90,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
|
||||
|
||||
boolean
|
||||
|
||||
If true, sets the button into a disabled state.
|
||||
If true, the user cannot interact with the chip button. Defaults to `false`.
|
||||
|
||||
|
||||
#### fill
|
||||
|
Reference in New Issue
Block a user