Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/components/src/components/input-range/shadow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ export class KolInputRange implements InputRangeAPI, FocusableElement {
state: this.state,
class: clsx('kol-input-range', 'range'),
tooltipAlign: this._tooltipAlign,
onClick: () => this.refInputRange?.focus(),
alert: this.showAsAlert(),
};
}
Expand Down Expand Up @@ -181,6 +180,7 @@ export class KolInputRange implements InputRangeAPI, FocusableElement {
name: this.state._name ? `${this.state._name}-number` : undefined,
list: this.hasSuggestions ? `${this.state._id}-list` : undefined,
type: 'number',
id: undefined,
Comment thread
deleonio marked this conversation as resolved.
Outdated
ref: this.catchInputNumberRef,
onKeyDown: this.onKeyDown,
};
Expand Down
Loading
Loading