Skip to content

Commit 1bcecb2

Browse files
committed
docs: fix ProgressLinear
1 parent 4b6ff3c commit 1bcecb2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/website/src/components/utils/Controls.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ export const Controls = component$<any>(() => {
251251
e.target.value
252252
);
253253
}}
254+
onChange$={(e: any) => {
255+
handleOnChangeValue(
256+
control.modelName,
257+
e.target.value
258+
);
259+
}}
254260
/>
255261
);
256262
default:

0 commit comments

Comments
 (0)