fix(inputs): disabled handling (#16071)

This commit is contained in:
Manu MA
2018-10-25 22:50:06 +02:00
committed by GitHub
parent 4d3ad67740
commit ef6895acbd
36 changed files with 320 additions and 231 deletions

View File

@ -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;