Top "React-bootstrap" questions

Bootstrap components built with ReactJS, for ReactJS applications

Typescript/React what's the correct type of the parameter for onKeyPress?

Typescript 2.3.4, react 15.5.4 and react-bootstrap 0.31.0. I have a FormControl and I want to do something when the user presses enter. The …

reactjs typescript react-bootstrap
ReactDOM.render Cannot read property

Index.js: import React from 'react'; import buttonsInstance from 'components/button-instance'; import {ReactDOM} from 'react-dom'; ReactDOM.render(buttonsInstance, document.getElementById(…

reactjs react-bootstrap react-dom
How to change colors for a button in react-bootstrap?

I know that changing colors is very difficult in react-bootstrap, but I would like to have my button with a …

javascript css reactjs bootstrap-4 react-bootstrap
Not getting callback after adding an event listener for scroll event in React.js

I followed the instruction from this post Update style of a component onScroll in React.js to register event listener …

reactjs react-bootstrap
Alignment with React-Bootstrap

I am fairly new to React-Bootstrap (and front-end work in general). What is the best practice for aligning elements when …

css twitter-bootstrap reactjs react-bootstrap
Invariant Violation: React.Children.only expected to receive a single React element child

I keep getting the invariant violation and I really don't know why ... it definitely has to do with the OverlayTriggers. …

reactjs react-bootstrap
React Bootstrap - How to manually close OverlayTrigger

I have an OverlayTrigger wrapping a Popover that contains some form inputs and a Button to save the data and …

twitter-bootstrap reactjs react-bootstrap
React Bootstrap adjust width of text inputs

I am trying to create a row something like shown below: Below is my React component code for "Row": /* * The …

html css reactjs react-bootstrap
Set focus on a react-bootstrap.Input field using refs.x.getDOMNode.focus

The JSX: var Button = require("react-bootstrap").Button; var Input = require("react-bootstrap").Input; var MyClass = React.createClass({ onclick: function () { this.refs.…

reactjs react-jsx react-bootstrap
react-bootstrap Form component

I have tried several times to use the <Form> and <FormControl> components. Everytime I use I …

reactjs jsx react-bootstrap