Disable input field autocomplete

This commit is contained in:
mg
2021-10-22 07:45:31 +01:00
parent ef687ec869
commit 257a428316
7 changed files with 13 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@ export default function LivesTestStart(props) {
min={1}
max={props.max}
size="1"
autocomplete="off"
/>
</div>