I get the following errors trying to install blueprintjs. What to do? I've installed react-addons-css-transition-group.
warning " > @blueprintjs/core@1.35.3" has unmet peer dependency "react-addons-css-transition-group@^15.0.1 || ^0.14".
warning…
I'm trying to set the locale of blueprintjs DateRangeInput. The docs state that the Component uses Moment.js for localisation. So I tried to set locale="de", but the language is English still. Any ideas what is missing to get a translated date…
I am developing with REACT
I would like to use BlueprintJS EditableText to update the text of some labels.
http://blueprintjs.com/docs/#core/components/editable-text
How would I use the updated text in a function/request when onConfirm is…
I'm trying to use blueprintjs and when i'm importing its css. And i think i made something wrong in my webpack config so I see this error
there is my webpack config
const ExtractTextPlugin = require('extract-text-webpack-plugin');
var webpack =…
What is correct way to include BlueprintJS Css files to React-starter-kit?
I was able to do that in /src/components/Layout/Layout.js importing css file
import blueprintCss from '@blueprintjs/core/dist/blueprint.css';
and on export
export default…
We're using the date input component as part of some parameterization on a page. So, as soon as the onChange event fires we want to go fetch some more data.
The problem is that the onChange fires too often as a user is typing. If I type just "Nov"…
I need to pick a date from blueprintjs using datetimePicker. The point is that when I select any day (for example 2017-11-11):
Using mouse click a get resulting time 12:00 am. and this component looks at my timezone (+2) and takes this into acount.…
As someone who isn't using typescript, I'm having a really hard time figuring out how to use Toast. I can tell this component seems to look different than the others.
Here is the example code, what would be the ES6 equivalent?
import { Button,…
Trying to install Blueprint: http://blueprintjs.com/docs/#blueprint.npm-installation
Have tried the manual install. Have tried installing the dependencies manually as mentioned in step 2, but I keep getting:
UNMET PEER DEPENDENCY…
Currently the only supported auto option is auto and optionally suffixed with -start and -end. Is it possible to have something like auto-bottom? I imagine -left and -right would be nice as well. Maybe Blueprint is limited by the Popper.js library?
I'm trying to use Popover component and have a case where I want to remove the click on document to close the popover. I want the user to click a close button within the content panel of my popover to close popover only.
I've tried using…
We use the blueprintjs library heavily, including the Dialogs. The problem happens when we use React-intl library to translate strings in our dialogs. The react-intl library passes some data through the react context object.…
I've noticed sometimes the keyboard tabbing for focus gets messed up. In this case I am using a Blueprint Dialog component which contains a form to be submitted. The form is built with Redux Form wrapped Blueprint input components. When the dialog…
Is it possible to hide table scrollbar ?
In my particulary case i need to set overflow-y: hidden
I found html tag that set's overflow option, and maybe can override it's overflow, but it will take multiple div > div > div in css selector witch i…
Is there a way to disable animations completely for a component? Our use case is we want to use Popover, but we don't want the extra time baked in for animations to take place. We want the show/hide to be instant.
Should I override the CSS here, or…