Skip to content

Commit 6405ba0

Browse files
7796 - Fokus auf Nummernfeld bei Label-Klick
Refs: #7796
1 parent c762265 commit 6405ba0

File tree

2 files changed

+26
-27
lines changed

2 files changed

+26
-27
lines changed

packages/components/src/components/input-range/shadow.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ export class KolInputRange implements InputRangeAPI, FocusableElement {
180180
name: this.state._name ? `${this.state._name}-number` : undefined,
181181
list: this.hasSuggestions ? `${this.state._id}-list` : undefined,
182182
type: 'number',
183-
id: undefined,
184183
ref: this.catchInputNumberRef,
185184
onKeyDown: this.onKeyDown,
186185
};

0 commit comments

Comments
 (0)