This repository was archived by the owner on Jan 20, 2022. It is now read-only.
Prefer DOM properties over attributes
Switch preference towards DOM properties.
- This improves compatibility with react-driver as it copies it’s configuration in regards to property vs attribute use.
- This avoid pitfalls of boolean attributes which are extremely annoying.