Questions tagged [blueprintjs]

Blueprint, a React UI toolkit for the web.

Blueprint: https://blueprintjs.com/docs/

143 questions
0
votes
1 answer

Blueprint 2.0 unmet peer dependency "react-addons-css-transition-group@^15.0.1 || ^0.14"

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…
Andreas
  • 2,287
  • 2
  • 23
  • 26
0
votes
2 answers

setting locale in blueprintjs datetime react component

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…
Enie
  • 649
  • 5
  • 18
0
votes
1 answer

EditableText [blueprintJS] How do you access the new text value? REACT

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…
kamin
  • 33
  • 6
0
votes
2 answers

webpack 2.7 won't load blueprintjs core css

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 =…
Vladimir Zaguzin
  • 191
  • 5
  • 22
0
votes
1 answer

What is correct way to include React Blueprint to React Starter Kit?

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…
Mil
  • 113
  • 1
  • 11
0
votes
1 answer

Any way to limit how often onChange happens in a DateInput? (blueprintjs)

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"…
Tyler Lee
  • 31
  • 3
0
votes
1 answer

blueprintjs/datetime pick different date/time when select using mouse click and input using keyboard

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.…
Alexandr
  • 5,460
  • 4
  • 40
  • 70
0
votes
1 answer

How do you use a in blueprintjs?

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,…
Shahzeb Khan
  • 437
  • 3
  • 12
0
votes
1 answer

UNMET PEER DEPENDENCY react@16.0.0 Blueprint

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…
Matt Saunders
  • 4,073
  • 7
  • 33
  • 47
0
votes
1 answer

Is there a way to configure the initial Popover2 position when using auto placement?

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?
Michael Wu
  • 1,177
  • 1
  • 13
  • 34
0
votes
1 answer

Popover - Removing interaction event on document (everything outside Popover content or target)

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…
BarberCraig
  • 157
  • 1
  • 9
0
votes
0 answers

Using BlueprintJS' Portal breaks context

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.…
Peeter
  • 9,282
  • 5
  • 36
  • 53
0
votes
1 answer

Tabbed focus issues with Blueprint Dialog forms

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…
0
votes
1 answer

Blueprintjs Table hide overflow-s scrollbar

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…
Lojka
  • 167
  • 8
0
votes
1 answer

Disable animations in BlueprintJS?

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…
dmackerman
  • 2,938
  • 5
  • 26
  • 43
1 2 3
9
10