Skip to content

Commit

Permalink
Add debounce on editing attribute name to avoid losing focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Nov 18, 2024
1 parent 8020049 commit 9d09749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/inputs/InputWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
v-model="name"
:label="$t('plugin.component.attribute.name')"
class="col-4 q-px-md"
debounce="1000"
@update:model-value="(event) => emit('update:attribute-name', {
attributeName: attribute.name,
newName: event,
Expand Down

0 comments on commit 9d09749

Please sign in to comment.