fix: added debounce to width input
This commit is contained in:
parent
c8b86f9936
commit
2789a08e69
@ -87,6 +87,7 @@
|
|||||||
v-model="column.width"
|
v-model="column.width"
|
||||||
placeholder="Column Width"
|
placeholder="Column Width"
|
||||||
description="Width can be in number, pixel or rem (eg. 3, 30px, 10rem)"
|
description="Width can be in number, pixel or rem (eg. 3, 30px, 10rem)"
|
||||||
|
:debounce="500"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex w-full gap-2 border-t pt-2">
|
<div class="flex w-full gap-2 border-t pt-2">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user