Chris Guthrie

Results 5 issues of Chris Guthrie

This PR addresses this Github issue in react-autosuggest: https://github.com/moroshko/react-autosuggest/issues/486 If a `renderItemsContainer` is provided, `isOpen` is true. We may want the items container to be open even if there are...

Using jmespath 0.15.0 This crashes with error `jmespath.js:501 Uncaught ParserError: Unexpected token type: Number, value: 15` ``` search({ foo: { '15bar': 'baz' } }, 'foo.15bar') ``` How can I access...

Current version in npm only has a file in the ```dist/``` folder which includes dependancies such as jQuery. Let's have ```package.json``` point to a ```lib/index.ts``` file which would be the...

Grid throws some console errors and strange behaviors are observed. Will take a look at a fix