We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c073e commit f46d725Copy full SHA for f46d725
src/progress/progress-common.ts
@@ -34,6 +34,7 @@ export const busyProperty = new Property<ProgressBase, boolean>({
34
});
35
export const indeterminateProperty = new Property<ProgressBase, boolean>({
36
name: 'indeterminate',
37
+ defaultValue: false,
38
valueConverter: booleanConverter
39
40
busyProperty.register(ProgressBase);
0 commit comments