[FIX] autocomplete React DOM property name

This commit is contained in:
2021-10-22 13:13:00 +01:00
parent 257a428316
commit 377ba23361
7 changed files with 13 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ export default function LivesTestStart(props) {
min={1}
max={props.max}
size="1"
autocomplete="off"
autoComplete="off"
/>
</div>