1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

remove autocomplete

This commit is contained in:
Peter Clement 2023-10-25 14:09:59 +01:00
parent edb511cbce
commit 9bc94aa703

View file

@ -117,6 +117,7 @@
<input
placeholder="Enter some text"
name="name"
autocomplete="off"
value={automationName}
on:input={e => {
automationNameError = getAutomationNameError(e.target.value)