mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(inputs): disabled handling (#16071)
This commit is contained in:
@ -33,7 +33,7 @@ export class SegmentButton implements ComponentInterface {
|
||||
@Prop({ mutable: true }) checked = false;
|
||||
|
||||
/**
|
||||
* If `true`, the user cannot interact with the segment button. Default false.
|
||||
* If `true`, the user cannot interact with the segment button. Defaults to `false`.
|
||||
*/
|
||||
@Prop() disabled = false;
|
||||
|
||||
|
Reference in New Issue
Block a user