mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(components): update disabled property docs to be consistent
This commit is contained in:
@@ -34,7 +34,7 @@ export class Button {
|
||||
@Prop() size: 'small' | 'default' | 'large';
|
||||
|
||||
/**
|
||||
* If true, sets the button into a disabled state.
|
||||
* If true, the user cannot interact with the button. Defaults to `false`.
|
||||
*/
|
||||
@Prop() disabled = false;
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ For more information, see [Theming your App](/docs/theming/theming-your-app).
|
||||
|
||||
boolean
|
||||
|
||||
If true, sets the button into a disabled state.
|
||||
If true, the user cannot interact with the button. Defaults to `false`.
|
||||
|
||||
|
||||
#### expand
|
||||
@@ -181,7 +181,7 @@ For more information, see [Theming your App](/docs/theming/theming-your-app).
|
||||
|
||||
boolean
|
||||
|
||||
If true, sets the button into a disabled state.
|
||||
If true, the user cannot interact with the button. Defaults to `false`.
|
||||
|
||||
|
||||
#### expand
|
||||
|
||||
Reference in New Issue
Block a user