fix: added debounce to width input

This commit is contained in:
Shariq Ansari 2023-11-28 13:01:33 +05:30
parent c8b86f9936
commit 2789a08e69

View File

@ -87,6 +87,7 @@
v-model="column.width"
placeholder="Column Width"
description="Width can be in number, pixel or rem (eg. 3, 30px, 10rem)"
:debounce="500"
/>
</div>
<div class="flex w-full gap-2 border-t pt-2">