diff --git a/core/src/components/range/range.tsx b/core/src/components/range/range.tsx index bc51d322a4..2e194cd8c6 100644 --- a/core/src/components/range/range.tsx +++ b/core/src/components/range/range.tsx @@ -319,6 +319,7 @@ export class Range implements ComponentInterface { componentDidLoad() { this.originalIonInput = this.ionInput; this.setupGesture(); + this.updateRatio(); this.didLoad = true; }