The BluePrintJS React InputGroup component is great and convenient for modern user-interface. But unfortunately the React component do not allow access to the element inside.
I need to access the input element for 2 main reasons :
if I have…
I'm trying to use blueprintjs so I followed the tutorial with this line:
main.sass
@import "~@blueprintjs/core";
However my webpack-dev-server gives me this error log:
ERROR in…
I'm using blueprintjs's table to populate data and want some method to be called on double-clicking the table row. Is there any way to achieve it?
Thanks
I'm currently in the process of reducing my bundle size to deploy my project. I've noticed that blueprint takes up a large part of the bundle, approximately 130kb when using Brotli compression:
Would anyone with experience with BlueprintJS be able…
The Context
I am using BlueprintJS to create a custom data-table with type-ahead results which return in a Menu component (think Google Sheets with typeaheads). I would like to be able to use the keyboard arrow keys to navigate through this menu. …
I need to specify custom icons on my Ag-Grid (React) sidebar for custom panels. My toolpanels looks like this:
toolPanels: [
{
id: "actions",
labelDefault: "Actions",
labelKey: "actions",
iconKey: "entityActions",…
I've created a simple button and styled it via a custom class, but it doesn't work unless i enforce is using !important in the css file. How can I override styling without using !important?
What I want to do is adding a new property to my tree that is then passed to its treeNodes. The reason is that I have child nodes that have a secondaryLabel. I want to use that label to dispatch an action to my redux store on click. So, when…
Let's say I have a Button component, and I'd like Popover A to appear upon hovering over the Button, and Popover B to appear when clicking on the button. Is this possible?
As the title says. I tried using the Overlay item that comes with blueprint, but that had the issue of only being able to scroll within the overlay. Also tried using reflexbox but that had the issue of not being able to scroll individually within…
I am trying to disable popover open on checkbox change, placed inside the popover target. I've tried stopping onChange and onClick events on checkbox but it doesn't work as intended.
Any help would be much appreciated.
Here's the relevant code…
Blueprint's Select component is exactly what I need for my current React project, with one exception: I need to add some elements to its popover and don't see any way to do it.
Specifically, I'd like to add a title (e.g. an H2 element) above the…