We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bdcaa commit 0346a67Copy full SHA for 0346a67
src/main/resources/META-INF/frontend/fc-date-picker/fc-date-picker-buttons.js
@@ -29,12 +29,12 @@ export class FcDatePickerButtons extends ThemableMixin(LitElement) {
29
return html`
30
<div id="up">
31
<button type="button"
32
- aria-label="Increment"
+ tabindex="-1"
33
@click=${this._clickUp}></button>
34
</div>
35
<div id="down">
36
37
- aria-label="Decrement"
38
@click=${this._clickDown}></button>
39
40
`;
0 commit comments