Skip to content

Commit

Permalink
Fix disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
afbora committed Feb 7, 2025
1 parent de6a267 commit a1cf908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panel/src/components/Forms/Field/EntriesField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<component
:is="`k-${field.type}-field`"
:ref="'entry-' + index + '-input'"
:disabled="disabled"
:value="entry.value"
v-bind="field"
class="k-entries-field-item-input"
Expand Down

0 comments on commit a1cf908

Please sign in to comment.