Skip to content

2.0.1 - bugfix

Compare
Choose a tag to compare
@darrenjennings darrenjennings released this 24 Jun 20:03
· 36 commits to master since this release
fcbac11

Fixes #129 where in some cases, re-renders would cause the default autocomplete="off" to be unset. Users could get around this by setting inputProp.autocomplete = 'off' explicitly, but that wasn't very nice. Thanks to @cdwmhcc for reporting!