Placeholde of search
This commit is contained in:
@@ -475,11 +475,12 @@ const selectedRowClassNameFunction = (item) => {
|
||||
<div class="flex flex-col start-0">
|
||||
<div class="w-full">
|
||||
<div>
|
||||
<span class="font-extrabold font-mono">Dynamic search:</span>
|
||||
<span class="font-extrabold font-mono">Search:</span>
|
||||
</div>
|
||||
<div>
|
||||
<input
|
||||
class="rounded-md w-full"
|
||||
:placeholder="settingsStore.online ? 'Code of product' : 'Description or name'"
|
||||
v-model="settingsStore.text"
|
||||
@input="async_search"
|
||||
/>
|
||||
@@ -649,5 +650,5 @@ const selectedRowClassNameFunction = (item) => {
|
||||
--easy-table-body-even-row-background-color: #e5e6f9;
|
||||
}
|
||||
</style>
|
||||
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user