Adi Dahiya
Adi Dahiya
Working with `onRemove: (value: React.ReactNode, index: number)` is inconvenient under TypeScript's strict compiler options. Even when the `values` prop is `string[]`, you are either forced to type cast the removed...
#### Fixes #4456 #### Checklist - [x] Includes tests - [ ] Update documentation #### Changes proposed in this pull request: Log a console error instead of throwing a hard...
#### Environment - __Package version(s)__: core 4.6.0 - __Operating System__: macOS - __Browser name and version__: Chrome #### Steps to reproduce Render a heading (``, ``, etc. from `@blueprintjs/core` package)...
#### Environment - __Package version(s)__: @blueprintjs/datetime2 as of #5440 #### Steps to reproduce 1. visit docs preview from #5440, or build the repo at https://github.com/palantir/blueprint/commit/fbe3c9e3662f0d0dc4096e082c4f3f014e0ab01f 1. type "7/19/202" into DateInput2...
#### Environment - __Package version(s)__: docs-app v4.5.1 #### Steps to reproduce Go to https://blueprintjs.com/docs/#datetime2/date-input2.props-interface #### Actual behavior Properties from `{ DateInputProps } from "@blueprintjs/datetime"` are missing here. #### Expected behavior...
This callback wasn't tested when we initially created the Select2 component recently. It's turning out to be a little difficult to test. Filing this issue so we remember to come...
#### Partially addresses #877 #### Checklist - [x] Includes tests - [x] Update documentation #### Changes proposed in this pull request: This partially addresses the linked issue by allowing selection...
There are a number of places where we import `@blueprintjs/core/src/common/variables`, which is not public API. We encourage everyone outside this repo to import `@blueprintjs/core/lib/scss/variables`, so we should do the same....
### Feature request Timezone management in Blueprint components needs to be revamped. This has been brought up before in years past (https://github.com/palantir/blueprint/issues/890, https://github.com/palantir/blueprint/issues/1852), but I'd like to use this new...
#### Environment - __Package version(s)__: @blueprintjs/webpack-build-scripts v3.2.1 - Browser: Chrome #### Actual behavior When using webpack-build-scripts' base config outside this repo, asset files like SVGs are being generated in the...