Kevin Sheedy

Results 13 comments of Kevin Sheedy

Hi Tom I haven't seen this issue before. Any chance of a code example or a jsfiddle? Thanks Kevin

Thanks guys. As this is only happening in beta versions of Chrome, for now I'm going to assume this is actually a chrome bug. If you see it happening in...

Looks like Chrome has [disabled the select api](https://codereview.chromium.org/100433008/#ps60001) for inputs of type number and email. Apparently this is in line with the current [whatwg html spec](http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#do-not-apply). This has affected [several...

There's an [active discussion currently happening on www.w3.org](https://www.w3.org/Bugs/Public/show_bug.cgi?id=24796) about possibly re-instating the selection API into the spec. This would fix the problem. It would be great if you could logon...

I've also logged it as a [bug in chromium](https://code.google.com/p/chromium/issues/detail?id=349432) so it would be great if you could also add your support there.

+1 Inside onBlur my state seems to be reset to it's original value. My workaround is to use innerRef to read the value directly off the domElement ```js const [text,...

This is still not working. Can we re-open this bug? It works for SVN but not for Git even though the paths to the .exe files are very similar. Tortoise...

Hi @arussell Could you clarify what you mean? There are no config options called "refresh rate" or "display". What does your config file look like and what behaviour are you...

Hi @arussell I just tried out your config and it's working fine for me. To make things easier to debug, I swapped in a different url to your config so...

Hi Gordon Have a look at `gulpfile.babel.js ` I think you'll need to run `gulp` to build the project before you can run it in the browser. (I should add...