BirdTho

Results 8 comments of BirdTho

I'm using Linux Mint 19.3 which I am experiencing a similar problem - when the text field is selected, clicking on the suggestions, and hitting tab/enter do not autocomplete tags...

![Matching letters](https://user-images.githubusercontent.com/10731513/75844041-c083fe80-5d89-11ea-88f9-3453a87f9841.png) Looks like in my case, keyDown is picking up Tab/Enter fine, however when it comes to autocompleting a highlighted tag or the top suggestion you have in this...

Also while typing out a complete tag, tab does work, but it gets elsewhere in the code and blows up: ``` ReactTags.prototype.addTag = function addTag (tag) { if (tag.disabled) {...

Ah. Yes, for commonJS to work in any form, I'd need all the modules downloaded before the require calls are run. I have not learned Webpack yet. I was trying...

Well, I had typescript errors, but I noticed they were based on missing modules, so I made sure then to npm install. At first, I was trying to build it...

(If you would believe, at my company, I work on an advertising web player, and to keep size down I use plain old file concatenation. AMD adds a lot of...

I got a bundle built with this command > mxp-sea-0261:mockttp cthomas$ webpack-cli --entry ./dist/main-browser.js --output lib/mockttp-browser.js --mode development I had to modify main-browser.ts to have a creation of window.Mockttp =...

> Styles are exported via CSS. You can import them with > > ```js > import "rc-switch/assets/index.css"; > ``` No, put that in the documentation