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