Skip to content

Conversation

@ZuebeyirEser
Copy link

Since I use the MRT almost every day, I quickly identified the bug in #534 and provided a fix.

Bug Fix: TypeError in Range Slider Popover

Fixes #534

Issue

TypeError: input.select is not a function occurs when clicking filter button for range-slider columns in popover mode.

Solution

Added type check before calling input.select() to prevent error on range-slider inputs.

Testing

See Storybook story: Fixed Bugs/Range Slider Popover Bug

• Add type check before calling input.select() to prevent error on range-slider inputs that don't have select method
@vercel
Copy link

vercel bot commented Sep 12, 2025

@ZuebeyirEser is attempting to deploy a commit to the Kevin Vandy OSS Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: range-slider in popover mode input.select is not a function

1 participant