Shane Jeffers

Results 22 comments of Shane Jeffers

@webdobe Can you go into more detail in how/where you implemented this in your angular app?

I'm specifically interested in forwarding the ref mentioned above so that my useRef returns the DOM element instead of the react component. I'm unable to do a ref.current.contains(e.target) because the...

FYI @jonahparampara. I was able to achieve what I wanted by creating a simple wrapping div and applying the ref to it. Not sure if that helps in your case.

Since this is a controlled input, when I insert the mention into the textarea the onChange() handler is never fired. Meaning, if I click to add two mentions, my value...

Agreed. Here is a screenshot from the examples page: Also, in my own app, I'm having shifting issues as well.

This is a working fix and should be merged into master.

I've tested this code and it does seem to fix the issue mentioned here, but another arises. The date defaults to 0 hours 1 minute on IOS so the date...

It looks like creating an `electron-builder.env` file in the root directory works, but I don't want to have to maintain it in two places. Looking for a solution.