Skip to main content

All Questions

0 votes
1 answer
559 views

How to draw a dynamic table with inputs for the user in some rows?

I want to draw a table with a list of items, and have inputs for each of the items. I managed to draw the table and render the items from a get request. The goal is to take inputs for each item in ...
Broco's user avatar
  • 13
17 votes
5 answers
11k views

Why isn't Form.Select recognized in my simple react-bootstrap app, following the react-bootstrap documentation?

I am a "react-bootstrap with hooks" first-timer and I am creating a simple form. I am following the react-bootstrap documentation's example and I am running into a problem with select/...
MRodriguez's user avatar
5 votes
1 answer
6k views

How to control react-bootstrap carousel with custom buttons?

here i need to control carousel slides with custom buttons i achieved this with the help of this Example. This is the code for it.. import React, { useState } from "react"; import { Carousel,...
SDK's user avatar
  • 1,528
0 votes
0 answers
236 views

Show react-bootstrap modal inside specific div

Is there a way to show the react-bootstrap modal inside a specific div and not the entire screen? The code looks like this: <div> <textarea /> <Modal>....</Modal> </div&...
shubham's user avatar
1 vote
1 answer
3k views

Show/hide success or danger alert based on response in React

Kindly assist showing React Bootstrap Alert based on response message from fetch. I tried numerous logic but my knowledge of React seems to reach its limits, particularly hooks Below is my code import ...
Leslie Nyahwa's user avatar
0 votes
1 answer
3k views

onClick Event Using react-bootstrap nav dropdown and react-router-dom not working

I have the following Navbar using react-bootstrap. The second brand is always the one that is active, as if the dropdown is consistently clicked on the last item in the chain (in this case Tommy ...
Prop's user avatar
  • 5
0 votes
1 answer
252 views

Changing contents of Bootstrap modal upon form submission

I have created a navbar component which, when you click on a certain button, a modal box pops up. Within this modal box is a form. When the form is completed (when all the required fields are filled ...
monkeys73's user avatar
  • 171
2 votes
0 answers
986 views

React Bootstrap - [HMR] Waiting for update signal from WDS error

I'm new to React and working through a tutorial to fetch and render data from the Open Weather API. I've been experimenting with Bootstrap on the UI and when I use Bootstrap, I get an HMR error. This ...
CGermain's user avatar
  • 379