Skip to content

Commit

Permalink
Merge pull request #3786 from nextcloud/fix/noid/action-input-datepic…
Browse files Browse the repository at this point in the history
…ker-native

Fix hover for ActionInput datepicker native
  • Loading branch information
raimund-schluessler authored Feb 19, 2023
2 parents 2a36aef + ca5ce04 commit 6985065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcActionInput/NcActionInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ For the multiselect component, all events will be passed through. Please see the
:id="idNativeDateTimePicker"
:value="value"
:type="nativeDatePickerType"
:class="{ focusable: isFocusable }"
v-bind="$attrs"
@input="$emit('input', $event)"
@change="$emit('change', $event)" />
Expand Down

0 comments on commit 6985065

Please sign in to comment.