Roy Wang
Roy Wang
https://blueprintjs.com/docs/#core/components/numeric-input Typing "1000000" with locale set to English does not convert the display format to "1,000,000", contrary to https://github.com/palantir/blueprint/blob/develop/packages/docs-app/src/examples/core-examples/common/locales.tsx#L20
### Environment Environment: OS: macOS Sierra 10.12.6 Node: 8.6.0 Yarn: Not Found npm: 5.5.1 Watchman: 4.7.0 Xcode: Xcode 8.3.3 Build version 8E3004b Android Studio: 2.3 AI-162.4069837 Packages: (wanted => installed)...
`channelCount={1}` does not appear to be working. Is this a `React-Mic-Gold` only feature? It's not mentioned in the docs.
### Describe the bug Can we add support to either mount all tabs immediately, or lazy loading -- once mounted, don't unmount them (unless the tab is closed)? This is...
On [README](https://github.com/ant-design/babel-plugin-import#-libraryname-antd-style-true-) it states that: > Note : with style: true css source files are imported and optimizations can be done during compilation time. With style: "css", pre bundled css...
``` config = injectBabelPlugin(['import', { libraryName: 'date-fns', libraryDirectory: '' }], config); ``` The modules are in the [node_modules/date-fns](https://github.com/date-fns/date-fns/tree/master/src) folder but it gave an error: > Module not found: Error: Can't...
Seems like an SVG manipulation issue with `bubble-label`, I had to add ``` props.data.forEach(({ displayText }, index) => { ((labels[0] || [])[index] || {}).textContent = displayText; }); ``` to the...
This will keep the directory of the scripts clean, and allows scripts started from a different directory to reuse the SMART. I'm having trouble getting it to work though, the...
Clicking any Recently closed links will open it in a new tab even when "Open links in" is set to "Current tab".
Any plans to revive this? Or is anyone aware of any good alternatives?