Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Prefer DOM properties over attributes

Choose a tag to compare

@Gozala Gozala released this 15 Jan 09:41
· 38 commits to master since this release

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.