All Questions
8 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 ...
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/...
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,...
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&...
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 ...
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 ...
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 ...
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 ...