Tom Spencer

Results 45 comments of Tom Spencer

The existing `sanitize` standalone function could be changed to return `{ target, isSanitized }` but that would be a breaking change. Happy to implement and bump a major version if...

The official Microsoft library has first-class support for React Native, this is what I've decided to use. https://www.npmjs.com/package/@microsoft/signalr

~Would you be able to test out the patch #13 to see if this solves your issue?~ EDIT: this won't work, please see below instead.

I've released a new version of this module under a new name, `ng-elastic`. I believe this should fix this issue. Please see [these instructions](https://github.com/fiznool/ng-elastic/pull/13) for information on how to migrate...

@alaa-alshamy this is fantastic work. Thanks so much! I will try to look at this soon. It's the last thing on my TODO list before v1 final is released.

Sorry for the radio silence on this. I've started merging in the changes from @alaa-alshamy but the code snippet above was taken from an older version of the library, so...

I pushed the original edits above to a new branch (fix-gh15). It needs work as the cloned textarea can be seen below the original one (see gif below). There is...

Is it possible that the position absolute solution is failing due to a negative z-index? Or because it is a sibling of the real textarea? The angular1 library uses a...

I'm afraid that isn't currently possible! We can try to add it in soon. On Mon, 4 Sep 2017 at 17:45, kurtisane wrote: > Hi, > first of all thanks...