Bug: the Slider component does not reflect value changes with ngModel
in Angular
#1050
Labels
bug 🐛
Something isn't working
ngModel
in Angular
#1050
BEEQ package
beeq/angular
BEEQ version
1.3.1
Current Behavior
When changing the value of the Slider component in an Angular project, using
ngModel
, the model does not get updated properly.Expected Behavior
Using
ngModel
in the Slider component should guarantee that the model is updated properly when the value changes.Steps to Reproduce
@beeq/core
and@beeq/angular
.<bq-slider>
to the template:sliderValue
) does not get updated.Code Reproduction URL
https://codesandbox.io/p/devbox/beeq-with-angular-cs7xxf?file=%2Fsrc%2Fapp%2Fapp.component.html%3A14%2C4
Your Environment
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: