Skip to content

Commit

Permalink
feat: disable autocompletion for event property field
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Sep 24, 2024
1 parent d312287 commit cc04b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Editor/Properties/PropertyTitle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<input v-if="!isReadOnly"
v-focus
type="text"
autocomplete="off"
:placeholder="t('calendar', 'Event title')"
:value="value"
@input.prevent.stop="changeValue">
Expand Down

0 comments on commit cc04b57

Please sign in to comment.