docs(components): update disabled property docs to be consistent

This commit is contained in:
Brandy Carney
2018-02-02 14:46:11 -05:00
parent 58952d3c12
commit 7faa04ed31
26 changed files with 44 additions and 50 deletions

View File

@ -35,9 +35,9 @@ export class Segment {
@Prop() mode: 'ios' | 'md';
/*
* If true, the user cannot interact with the segment. Default false.
* If true, the user cannot interact with the segment. Defaults to `false`.
*/
@Prop({ mutable: true }) disabled = false;
@Prop() disabled = false;
/**
* the value of the segment.