patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

Slider - Option for input value to dynamically update slider

Open nrfox opened this issue 3 months ago • 0 comments

Is this a new component or an extension of an existing one? Slider

Describe the feature We have a custom Slider that dynamically updates the Slider value when you change the input value. The Patternfly Slider does not do this. You have to either press "enter" or click outside the input box in order for the Slider value to update. Pressing "enter" won't work in our case because the slider is part of a form that gets submitted if you press "enter".

We'd like to adopt the PF Slider component to replace our custom one.

Are there visuals for this feature? If applicable, please include examples for each state and for varying widths

Our custom Slider behavior: Image

Any other information?

nrfox avatar Dec 05 '25 21:12 nrfox