Dan Fitzgerald
Dan Fitzgerald
Any updates on this PR?...the example that dbramwell created is exactly what I need...thanks in advance.
I can't seem to get this to work for some reason...getting errors about removeEventListeners and getListeners which are referred to in the Manager class. My scrollable div container is in...
I'm working on a react-boilerplate app with 5 other developers so tough to share the code without getting fired...lol...are you familiar with react-boilerplate? here are the errors: VM141677 Manager.js:46 Uncaught...
I was able to set the containerId correctly in the wrapper container I'm using...it's called SurveyFormPage...it looks a bit like this in the render method: componentWillMount() { configureAnchors({ containerId: 'scrolling-div'...
Do I need to pass any props down from the wrapper component where I specify the containerId to the child components where I am placing the ScrollableAnchor tags? On Friday,...
Do I need to pass any props down from the Parent wrapper component where I specify the containerId to the child components where I specify the ScrollableAnchor tags? On Friday,...
The url is changing http://localhost:3000/survey/33b7406a-9783-44cf-9074-8f833ad04b63/form#2
To clarify...the FormWrapper gathers the data for the form (which for this survey consists of 4 sections) asynchronously via a react saga. I wrapped each section of the form in...
and passed in the correct anchor id of course that correlates to the anchors I specified on the link as in example5 On Friday, May 11, 2018, 1:59:02 PM PDT,...
Hey David...I ended up using react-router-hash-link . It was very simple to implement the scrolling...thank you for your help. | | | | | | | | | | |...