mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
disable autocomplete and lpignore
This commit is contained in:
committed by
Mohit Panjwani
parent
512983deee
commit
76977c3d2a
@ -28,6 +28,8 @@
|
||||
v-model.trim="mailConfigData.from_mail"
|
||||
type="text"
|
||||
name="from_mail"
|
||||
autocomplete="off"
|
||||
data-lpignore="true"
|
||||
class="mt-2"
|
||||
@input="$v.mailConfigData.from_mail.$touch()"
|
||||
/>
|
||||
@ -44,6 +46,8 @@
|
||||
type="text"
|
||||
name="name"
|
||||
class="mt-2"
|
||||
autocomplete="off"
|
||||
data-lpignore="true"
|
||||
@input="$v.mailConfigData.from_name.$touch()"
|
||||
/>
|
||||
</sw-input-group>
|
||||
|
||||
Reference in New Issue
Block a user