carbon-design-system / carbon-addons-cloud-react

[DEPRECATED] React components for the Cloud Add-on
http://cloud.carbondesignsystem.com/
Apache License 2.0
13 stars 23 forks source link

Slider callback for onRelease #41

Closed lnesi closed 6 years ago

lnesi commented 6 years ago

Detailed description

Describe in detail the issue you're having. We are trying to implement the slider http://react.carbondesignsystem.com/?selectedKind=Slider&selectedStory=default&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Fstories%2Fstories-panel

Is this a feature request (new component, new icon), a bug, or a general issue? We require a new callback that is fired similar to onChange but only on release so we can only trigger redux actions once the user has released the slider especially when the use case requires an api Call. at the moment if we use the onchange we will queue many api calls for each of the steps on the slider this causes erratic behavior on redux.

Is this issue related to a specific component? Slider

What browser are you working in? All What version of the Carbon Design System are you using? "carbon-components": "^9.3.0", "carbon-components-react": "^6.13.2",

What offering/product do you work on? Any pressing ship or release dates we should be aware of? IX is working in Audi UK using carbon library and by mid December we need to deliver a new tool that requires this.

Thanks

Luis

lnesi commented 6 years ago

Wrong location