Results 68 comments of Josh Schmidt

Examples: https://jsfiddle.net/0pfwx6s1/ vs https://jsfiddle.net/0pfwx6s1/1/

I believe we need to add some 'exports' entries in package.json

Scratching my head a bit on this one. I have a barebones repo importing TomSelect similar to what's described above but I'm not getting any of these errors. Could you...

I couldn't get the gist to work as-is. I had to replace awesome-typescript-loader with ts-loader. After doing that, `npm run build` completed without any errors (without shim.d.ts).

[A jsfiddle or similar would be helpful here](https://github.com/orchidjs/tom-select/issues/new?assignees=&labels=bug&template=bug_report.md&title=)

I think we're squared away now.

Adding nowrap to the input-group to would fix it but that changes the bootstrap defaults ```css .input-group { flex-wrap: nowrap; } ```

Thanks, that seems like an appropriate solution.

This has been covered somewhere in the discussions or issues. It would be good to add to the docs once found.