PolymerElements / paper-progress

A Material Design progress
32 stars 43 forks source link

Progress doesn't adjust for RTL #58

Open dschuyler opened 7 years ago

dschuyler commented 7 years ago

Description

When using a paper-progress in RTL the control is not mirrored over as expected.

Expected outcome

The left to right nature of the control should swap to right to left (so the min value is on the right and the max value is on the left).

Actual outcome

The control stays LTR even in a RTL locale. (Simply ignores the language direction).