rjsf-team/react-jsonschema-form

chakra-ui Number Slider does not work with mouse inputs in playground

Open

#4,584 创建于 2025年4月30日

在 GitHub 查看
 (9 评论) (0 反应) (0 负责人)TypeScript (2,136 fork)batch import
bugchakra-uihelp wanted

仓库指标

Star
 (13,175 star)
PR 合并指标
 (平均合并 3天 17小时) (30 天内合并 32 个 PR)

描述

Prerequisites

What theme are you using?

chakra-ui

Version

6.x

Current Behavior

The number slider of charka-ui does not work inside the playground demo page.

You will see that the slider does not work with mouse-input. However it will work with arrow keys (keyboard input) or with modifying the formData directly in the <textarea>.

Expected Behavior

The slider should work with mouse inputs

Steps To Reproduce

  1. checkout the rjsf-v6 branch
  2. npm install
  3. cd packages/playground/
  4. npm start
  5. open the Numbers tab and select chakra-ui theme

Environment

- OS: macOS 15
- Node: 22
- npm: 10

Anything else?

image

贡献者指南