Skip to content

fix(material/slider): not picking up static direction#33006

Open
crisbeto wants to merge 1 commit intoangular:mainfrom
crisbeto:32970/slider-direction
Open

fix(material/slider): not picking up static direction#33006
crisbeto wants to merge 1 commit intoangular:mainfrom
crisbeto:32970/slider-direction

Conversation

@crisbeto
Copy link
Copy Markdown
Member

The slider was reading its direction once on init and one when it changes, however the initial read was too early which meant that the dir directive might not have received its value yet.

Fixes #32970.

The slider was reading its direction once on init and one when it changes, however the initial read was too early which meant that the `dir` directive might not have received its value yet.

Fixes angular#32970.
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Mar 28, 2026
@pullapprove pullapprove bot requested review from andrewseguin and tjshiu March 28, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: material/slider target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(Slider): direction rtl doesn't work properly

1 participant