Closed
Description
Bug:
Dir directive treats anything other than rtl
and ltr
as invalid value, and changes dir attribute to ltr
which breaks dir="auto"
.
What is the expected behavior?
It should not change dir attribute. dir="auto" is perfectly fine.
What is the current behavior?
It changes it to ltr
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
All versions since this pull request is merged.