You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
When using the standard Google Chrome feature to translate the page into another language (I tested Japanese and German), the pin on the ion-range does not update when the knob is dragged. So if the current value is 35 and you drag the knob, it continues to show 35.
A work around could be to provide an event that provides the current dragged value so that the dragged value could be shown on the page by the implementer in some other fashion than the pin, but there does not currently appear to be an event for this.
Expected Behavior
When using the Google Chrome standard to feature translate the page into a different language, the pin above the knob should update to the dragged value when the knob is dragged.
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
When using the standard Google Chrome feature to translate the page into another language (I tested Japanese and German), the pin on the ion-range does not update when the knob is dragged. So if the current value is 35 and you drag the knob, it continues to show 35.
A work around could be to provide an event that provides the current dragged value so that the dragged value could be shown on the page by the implementer in some other fashion than the pin, but there does not currently appear to be an event for this.
Expected Behavior
When using the Google Chrome standard to feature translate the page into a different language, the pin above the knob should update to the dragged value when the knob is dragged.
Steps to Reproduce
Code Reproduction URL
https://ionicframework.com/docs/api/range#pins
Ionic Info
I'm using the demo page at https://ionicframework.com/docs/api/range#pins using v8 in the drop down at the top.
Additional Information
Note, I did not create reproducible code as the issue is apparent on the demo page
The text was updated successfully, but these errors were encountered: