Christian Maughan Tegnér
Christian Maughan Tegnér
``` ---FLAGRANT SYSTEM ERROR--- Error: "browserify exited with code 8" code: 8 stderr: /home/admin/browserify-cdn/node_modules/browserify/index.js:0 (function (exports, require, module, __filename, __dirname) { var crypto = req ^ RangeError: Maximum call stack...
tl;dr: We want to make `Autocomplete`'s public API better, and we need your input! Current API, for reference: ``` js value: any, onChange: func, onSelect: func, shouldItemRender: func, sortItems: func,...
When using the keyboard to scroll items into view the highlighted item will change unexpectedly. It seems as though the item where the cursor is resting is re-highlighted when the...