Stuart Yamartino

Results 59 comments of Stuart Yamartino

@sachin8094 sorry to hear it isn't working for you within a functional component with hooks. I have never used either of those before. If anyone out there has any suggestions...

If you can use forceUpdate with hooks like that then you can initialize the SRV with forceUpdate so it will do it automatically. something like this: ```jsx const [, forceUpdate]...

I'm open to adding better support for hooks in SRV. If someone wants to open a PR or talk about some ideas I am open to it.

@chaudharykiran great! I don't use hooks so someone else would be better suited for the main ideas of what this needs. What is SRV missing that would make it work...

What do you mean by async validator? Like a validator that makes an ajax call or something to do validation that might take processing time? Please give some more info...

I have thought about this more, not sure if we are on the same page, I think you are suggesting that srv makes the ajax call and I think I...

Are you importing `/src/simple-react-validator.js` and not the correct `/dist/simple-react-validator.js` file by any chance? It should be the `dist` you are importing. If not, please share some more details on what...

@legendetm wish I could but I am not a maintainer 😉 but maybe @unixmonkey can help!

I just tested the code above in the online editor and it looked as I would expect, what email client are you seeing the issues in?

Yeah I think you are correct that this is a documentation issue.