This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(linear-progress): add basic aria support
This fix adds support for aria-valuemin, aria-valuemax and aria-valuenow. The valuemin and valuemax attributes are static and thus added during the compile phase. The valuenow attribute is updated as the progress bar’s value attribute changes. This commit relates to issue #297
- Loading branch information