nbog

Results 52 comments of nbog

Sorry for the late reply. I would prefer to not do this in JavaScript and instead use CSS. Can you see if the CSS option here works for you https://stackoverflow.com/questions/19053181/how-to-remove-focus-around-buttons-on-click

@romanlex Is your Step component a pure component? Can you paste your Step code or post a complete example.

@jnordling @romanlex let me look into this further. I noticed that in @romanlex's package.json, that your "react": "^15.3.2" and "react-dom": "^15.5.4" don't match... I could be wrong but I believe...

Interesting, thanks for detailed debug in the above comment. Yes, I believe it is caused due to the pure component. I will look at a possible fix as I’m working...

Mmmm just realised that isValidated as a Static might do the trick, but not sure if Static is supported in pure components?

Yes, I suspect the higher order redux wrapper is abstracting the steps further. I had the same issue after integrating react-validation-mixin and had to write conditional checks whenever I was...

@zeel if you have some time would appreciated if you can try and reproduce this with redux and see if you can fix it. I'd really like to resolve this...

Thanks for raising this, were you able to find a fix for this? I suspect it may be possible via CSS?

@priyankabachu there is no Cancel button by default. Do you mean Back button? Back: You can hook into the `onStepChange` callback, which should fire each time a step changes (back...