Adi Dahiya

Results 276 comments of Adi Dahiya

I think that's because "1000000" exceeds the max date allowed in that docs example. You can see the error in the console. Try reproducing your situation in a code sandbox.

Sorry, I meant "max value", not "max date". I've been working on date pickers lately 😅 It looks like changing the locale only affects the decimal character, not the thousands...

From the docs I just linked, `useGrouping` is set to "auto by default: > "auto": display grouping separators based on the locale preference, which may also be dependent on the...

@giladgray do you think the default for all Overlay components should be `enforceFocus={false}`?

Can you work around this by using one of the [alternative Toaster APIs](https://blueprintjs.com/docs/#core/components/toast.toaster)?

It's hard to debug if I can't see this in a code sandbox. I don't have any ideas about this off the top of my head. Can you try setting...

> Delete operation always start from the tag closest to the cursor by default. I agree with this, but at least in this situation the tag being focussed and deleted...

@jayarjo progress on what? What is your issue exactly? @dlech one idea to change the colors... maybe try this: ```scss @use '@blueprintjs/colors/src/colors' with ( // overrides ); @use '@blueprintjs/core/src/blueprint' with...

@Sascha-Gschwind thanks for the feedback. I definitely want to support theming in some way, and it's unfortunate that this Sass API broke after our migration to dart-sass. I just don't...

A click and then an Enter keypress seems like an interaction that _should_ trigger the button handler twice. But if you want to only handle the click event in `this.onAdd`,...