Ben Bowes

Results 11 comments of Ben Bowes

Slight amendment to the above - `ref='inner'` is now `ref={this.innerRef}` ``` // node.js ```

Thanks for the example. Let me have a look

Hi @repka3 . Did you try the Formik example on the demo site?

I think this happened on the latest release. Perhaps I'll instead filter out `markup` before running isEqual See https://github.com/benbowes/react-responsive-select/issues/166

Nope it was before that https://github.com/benbowes/react-responsive-select/pull/158/files#diff-6fec0dbdf1643fd10f49c6b6ae4e666fda92f158c1b1f9e3da194f9ec1346cecL48-L55

Hi @cvlmtg , sorry for not getting back to you sooner. React recommends this as a way work without the now deprecated `componentWillReceiveProps`. https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html#recommendation-fully-uncontrolled-component-with-a-key So you'd have to change the...

Hi @CharlotteArai For RRS to work as intended, there should be a default value in your options ``` const options = [ // { text: "any", value: null}, { text:...

I am using it https://github.com/benbowes/react-responsive-select - great work 💪 !

The below setup is working for me... could it be that you need to use `./privatekey.pem` or './cert/privatekey.pem' --- so `./` before your file name ? ``` var Xero =...

@FreakDroid if I understand your question correctly. Look into one of these links: Mac: https://rietta.com/blog/2012/01/27/openssl-generating-rsa-key-from-command/ PC: https://support.rackspace.com/how-to/generating-rsa-keys-with-ssh-puttygen/ Also consider the security perspective.