remove autocomplete
This commit is contained in:
parent
edb511cbce
commit
9bc94aa703
|
@ -117,6 +117,7 @@
|
|||
<input
|
||||
placeholder="Enter some text"
|
||||
name="name"
|
||||
autocomplete="off"
|
||||
value={automationName}
|
||||
on:input={e => {
|
||||
automationNameError = getAutomationNameError(e.target.value)
|
||||
|
|
Loading…
Reference in New Issue