mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-24 05:27:15 +00:00
update tags filter (#3226)
Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
This commit is contained in:
parent
78034e6a00
commit
d179d5ffc7
@ -136,9 +136,7 @@
|
|||||||
focus={!$deviceOptionsStore.isMobile}
|
focus={!$deviceOptionsStore.isMobile}
|
||||||
bind:value={search}
|
bind:value={search}
|
||||||
placeholder={presentation.string.Search}
|
placeholder={presentation.string.Search}
|
||||||
on:change={() => {
|
on:input={() => getValues(search)}
|
||||||
getValues(search)
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
{#if schema !== '0'}
|
{#if schema !== '0'}
|
||||||
<div class="flex-between w-full mt-2">
|
<div class="flex-between w-full mt-2">
|
||||||
@ -218,11 +216,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.flex {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user