-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
The value attribute isn't causing the knobs to be placed where they should be if the ion-range is in a modal
Expected Behavior
I would expect that the lower knob is placed at range 20 and the upper knob is placed at range 80
Steps to Reproduce
- Add an ion range to a modal
- Assign the value attribute to something that you expect
Code Reproduction URL
https://stackblitz.com/edit/trarread-zarwym83?file=src%2Fapp%2Fexample.component.ts
Ionic Info
Ionic:
Ionic CLI : 7.2.1 (C:\Users\test_user\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : @ionic/angular 8.8.1
@angular-devkit/build-angular : not installed
@angular-devkit/schematics : 20.3.21
@angular/cli : 21.2.3
@ionic/angular-toolkit : 12.3.0
Utility:
cordova-res : not installed globally
native-run : 2.0.3
System:
NodeJS : v25.8.1 (C:\Program Files\nodejs\node.exe)
npm : 11.11.0
OS : Windows 10
Additional Information
No response