issues Search Results · repo:react-component/slider language:TypeScript
Filter by
567 results
(102 ms)567 results
inreact-component/slider (press backspace or delete to remove)禁用中滑动鼠标还是可以晃动滑块位置 只是禁用时晃动的滑块位置不会跟着显示 在鼠标松开后会立即跳到晃动的对应位置 并且触发onChange事件 只要鼠标不在点击在这个页面 在页面范围内晃动 滑块还是可以跟着动 怎么修改一下
鼠标禁用状态下松开后不触发onChange事件 而是可以重新点击轨道进行新一次的拖动 直到不显示鼠标禁用状态时再触发onChange事件 因为这个问题会在 img width= 915 ...
8zjq
- Opened 25 days ago
- #1064
Issue
TypeError: Cannot read properties of null (reading getBoundingClientRect )
Stack Trace
src/hooks/useDrag.ts:159
const { width, height } = containerRef.current.getBoundingClientRect();
xava-dev
- Opened on May 12
- #1063
This is my code
import React, { useState } from react ;
import Slider from rc-slider ;
import rc-slider/assets/index.css ;
import ./style.css ;
import sliderImg from @/assets/images/png/slider_texture.png ...
shyamvadaliya12
- Opened on May 5
- #1061
复现步骤:
1. 打开官方demo链接:https://slider-react-component.vercel.app/demo/debug
2. 修改demo代码为:
import Slider from rc-slider ;
import React from react ;
import ../../assets/index.less ;
export default () ...
joinerlz
- Opened on Mar 26
- #1060
I am using rc-slider@10.6.2 and I see a suggestion by Renovate to upgrade it to v11. Looking at Release notes for
v11.0.0, it is hard to tell if there are any breaking changes to be afraid of. It’d be ...
kachkaev
- 1
- Opened on Mar 14
- #1058
I have a usecase like this where I want to provide different color and styling to different tracks and handles so I used
trackStyle and handleStyle as array
Slider
value={values}
step={1} ...
harshv-shopflo
- Opened on Feb 16
- #1056
Create a range slider with Slider range /. This creates an uneditable range. Therefore when the Handle gets rendered,
onDelete is passed as undefined. However, Handle still tries to call onDelete unconditionally, ...
Josh-Cena
- Opened on Jan 9
- #1054
Reproduction link
https://github.com/pbrzosko/antd-extract-styles
Steps to reproduce
- npm install
- tsx src/extract.tsx
What is expected?
No warning in the console.
What is actually happening? ...
pbrzosko
- 1
- Opened on Oct 7, 2024
- #1044
Hi, aria-describedby is not supported, could this be added, most probably the same way as the aria-label(ledby), like
ariaDescribedbyForHandle: string | string[].
Workaround for now is to do it in a useEffect, ...
RowanDZ
- 1
- Opened on Sep 24, 2024
- #1040

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.