mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(inputs): disabled handling (#16071)
This commit is contained in:
@ -77,7 +77,7 @@ export class Menu implements ComponentInterface, MenuI {
|
||||
}
|
||||
|
||||
/**
|
||||
* If `true`, the menu is disabled. Default `false`.
|
||||
* If `true`, the menu is disabled. Defaults to `false`.
|
||||
*/
|
||||
@Prop({ mutable: true }) disabled = false;
|
||||
|
||||
@ -102,7 +102,7 @@ export class Menu implements ComponentInterface, MenuI {
|
||||
}
|
||||
|
||||
/**
|
||||
* If `true`, swiping the menu is enabled. Default `true`.
|
||||
* If `true`, swiping the menu is enabled. Defaults to `true`.
|
||||
*/
|
||||
@Prop() swipeGesture = true;
|
||||
|
||||
|
Reference in New Issue
Block a user