autocomplete development ejected
This commit is contained in:
parent
4ed35a567c
commit
cbe2d847e8
6
public/akaunting-js/generalAction.js
vendored
6
public/akaunting-js/generalAction.js
vendored
@ -438,9 +438,3 @@ document.querySelectorAll('[data-index-icon]').forEach((defaultText) => {
|
|||||||
//disable/enable icons ejected from data-truncate-marquee
|
//disable/enable icons ejected from data-truncate-marquee
|
||||||
|
|
||||||
//margue animation for truncated text
|
//margue animation for truncated text
|
||||||
|
|
||||||
//disable autocomplete for all form elements
|
|
||||||
document.querySelectorAll('input, textarea, select, textarea').forEach((element) => {
|
|
||||||
element.setAttribute('autocomplete', 'off');
|
|
||||||
});
|
|
||||||
//disable autocomplete for all form elements
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
]"
|
]"
|
||||||
:error="formError">
|
:error="formError">
|
||||||
<div class="flex justify-between relative mt-1">
|
<div class="flex justify-between relative mt-1">
|
||||||
<input type="text" @change="change" :name="name" :id="name" v-model="color" @keyup="addColor" autocomplete="off" class="w-full text-sm px-3 py-2.5 mt-1 rounded-lg border border-light-gray text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple">
|
<input type="text" @change="change" :name="name" :id="name" v-model="color" @keyup="addColor" class="w-full text-sm px-3 py-2.5 mt-1 rounded-lg border border-light-gray text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple">
|
||||||
|
|
||||||
<div class="absolute w-7 h-7 flex rounded-full my-auto bottom-2 right-2 cursor-pointer"
|
<div class="absolute w-7 h-7 flex rounded-full my-auto bottom-2 right-2 cursor-pointer"
|
||||||
ref="dropdownMenu"
|
ref="dropdownMenu"
|
||||||
|
@ -15,6 +15,5 @@
|
|||||||
@if ($readonly)
|
@if ($readonly)
|
||||||
readonly="readonly"
|
readonly="readonly"
|
||||||
@endif
|
@endif
|
||||||
autocomplete="off"
|
|
||||||
{{ $attributes->except(['placeholder', 'disabled', 'required', 'readonly', 'v-error', 'v-error-message']) }}
|
{{ $attributes->except(['placeholder', 'disabled', 'required', 'readonly', 'v-error', 'v-error-message']) }}
|
||||||
/>
|
/>
|
||||||
|
@ -14,6 +14,5 @@
|
|||||||
@if ($readonly)
|
@if ($readonly)
|
||||||
readonly="readonly"
|
readonly="readonly"
|
||||||
@endif
|
@endif
|
||||||
autocomplete="off"
|
|
||||||
{{ $attributes->except(['placeholder', 'disabled', 'required', 'readonly', 'v-error', 'v-error-message']) }}
|
{{ $attributes->except(['placeholder', 'disabled', 'required', 'readonly', 'v-error', 'v-error-message']) }}
|
||||||
/>
|
/>
|
||||||
|
@ -15,6 +15,5 @@
|
|||||||
@if ($readonly)
|
@if ($readonly)
|
||||||
readonly="readonly"
|
readonly="readonly"
|
||||||
@endif
|
@endif
|
||||||
autocomplete="off"
|
|
||||||
{{ $attributes->except(['placeholder', 'disabled', 'required', 'readonly', 'v-error', 'v-error-message']) }}
|
{{ $attributes->except(['placeholder', 'disabled', 'required', 'readonly', 'v-error', 'v-error-message']) }}
|
||||||
/>
|
/>
|
||||||
|
@ -15,6 +15,5 @@
|
|||||||
@if ($readonly)
|
@if ($readonly)
|
||||||
readonly="readonly"
|
readonly="readonly"
|
||||||
@endif
|
@endif
|
||||||
autocomplete="off"
|
|
||||||
{{ $attributes->except(['placeholder', 'disabled', 'required', 'readonly', 'v-error', 'v-error-message']) }}
|
{{ $attributes->except(['placeholder', 'disabled', 'required', 'readonly', 'v-error', 'v-error-message']) }}
|
||||||
/>
|
/>
|
||||||
|
@ -13,6 +13,5 @@
|
|||||||
@if ($readonly)
|
@if ($readonly)
|
||||||
readonly="readonly"
|
readonly="readonly"
|
||||||
@endif
|
@endif
|
||||||
autocomplete="off"
|
|
||||||
{{ $attributes->except(['placeholder', 'disabled', 'required', 'readonly', 'v-error', 'v-error-message']) }}
|
{{ $attributes->except(['placeholder', 'disabled', 'required', 'readonly', 'v-error', 'v-error-message']) }}
|
||||||
/>
|
/>
|
@ -22,6 +22,5 @@
|
|||||||
@if ($readonly)
|
@if ($readonly)
|
||||||
readonly="readonly"
|
readonly="readonly"
|
||||||
@endif
|
@endif
|
||||||
autocomplete="off"
|
|
||||||
{{ $attributes->except(['rows', 'placeholder', 'disabled', 'required', 'readonly']) }}
|
{{ $attributes->except(['rows', 'placeholder', 'disabled', 'required', 'readonly']) }}
|
||||||
>{!! $value !!}</textarea>
|
>{!! $value !!}</textarea>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user