Skip to content

Commit

Permalink
Merge pull request #6365 from nextcloud/enh/noid/autocomplete-off-eve…
Browse files Browse the repository at this point in the history
…nt-title

feat: disable autocompletion for event property field
  • Loading branch information
st3iny authored Sep 30, 2024
2 parents 5203eeb + cc04b57 commit ce557d3
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 ce557d3

Please sign in to comment.