Bootstrap
Bootstrap is a popular front-end framework that streamlines website design. It allows for the creation of easy and responsive web layouts.
Here are 20,177 public repositories matching this topic...
Hi,
I'm using tabler in a project where advanced lists with icons/image are required. The form examples shows some lists with those features, but I couldn't find it in the documentation. Not in the form section as well as other sections.
By look
-
Updated
Jan 27, 2020 - HTML
.jsx instead of .js
Type of issue: (feature suggestion, bug?)
Suggestion
Chapter:
no-chapter
Why use .jsx instead of .js? It's not a best practice: facebook/create-react-app#87 (comment)
Describe the bug
The React Bootstrap Toast is rendered on the page as hidden, whereas the Actual Bootstrap Toast has display none. This is not only not conforming with the actual bootstrap implementation (of actually having display none when a toast is not displayed, by using the "hide" class on the toast root), but is also very annoying and breaking layouts.
To Reproduce
Steps to r
npm install
Expected behaviour
Tell us what should happen.
how do I export the js and css variables if I use the npm install, it is not explained in the documentation
Actual behaviour
Tell us what happens instead.
Datepicker version used
ex. 1.6.1.
Example code
Jsfiddle example to reproduce the problem.
Follow up from #4453
Currently, documentation for <b-table> really only discusses and provides examples for the row-selected event:
https://bootstrap-vue.js.org/docs/components/table/#row-select-support
The only places the row-clicked event is mentioned are:
https://bootstrap-vue.js.org/docs/components/table/#data-row-accessibility
https://bootstrap-vue.js.org/docs/components/table
- I've read the guidelines for Contributing to Roots Projects
- This request isn't a duplicate of an existing issue
- I've read the docs and followed them (if applicable)
- This is not a personal support request that should be posted on the [Roots Discourse](https://discourse.roots
The cell input extension is not documented (didnt knew that extension exists until now).
@wenzhixin The extension is also not selectable on the online editor.
I didn't see any way to send this feedback from the website, so I'm posting here as an issue.
The installation docs lists the following clone url:
https://github.com/coreui/free-bootstrap-admin-template.git
when in fact it should be this repo's url:
<https://github.com/coreui/coreui-free-bootstrap-admin-template.g
- components:
Input,CustomInput,CustomFileInput - reactstrap version
#8.4.1 - import method
es - react version
#16.12.0 - bootstrap version
#4.3.1
What is happening?
Input's that are invalid (i.e. have the invalid prop set to true), do not have the aria-invalid attribute applied.
What should be happening?
Invalid input's have aria-invalid attribute.
Ste
Before posting, please see guidelines for contributing. If you're submitting a bug report, see below.
Bug reports
A bug is a demonstrable problem that is caused by the code in the repository.
Good bug reports are extremely helpful - thank you!
Guidelines for bug reports:
- **Use the GitHub issue
Expected behavior
Select options should be added in existing div
Actual behavior
New divs are added for each new entry
Your working environment and MDB version information
Found on doc site: https://mdbootstrap.com/docs/jquery/forms/select/ - Adding new options
I added 4 options to the select to get the following picture
Resources (screenshots, code snippets etc.)
![
In normal data-tables i.e. when data is already available in table element in HTML the bootstrap layout works fine, like wrapping elements with "row", "col-md-6" etc works fine.
SEE THIS
When I try to populate the datatable using Ajax, bootstrap layouts are not used & things get mis-aligned.
SEE THIS
Please help with this issue.
Probably pretty low priority but to go along with our change to descriptive icon names I think this would be a good idea. We already have text and text-short so it would go along with that scheme.
Bug description:
If you are using ngbTooltip on a element that opens a ngbModal, the tooltip disappears as soon as you click (and the modal opens) => good.
But as soon as you close the modal, the tooltip reappears and won't disappear until you enter/leave the tooltipped element or click anywhere.
Link to minimally-working StackBlitz that reproduces the issue:
-
Updated
Apr 17, 2020 - HTML
https://bttstrp.github.io/bootstrap-switch says:
Currently v3.3.4 · Compatible with Bootstrap 2 and 3
It should say:
Currently v3.4.0 · Compatible with Bootstrap 2 and 3
Bug description
For a custom tab heading with an input element. It is not possible to insert a space in this input.
It seems that the space is not possible because of this code block:
Plunker/StackBlitz that reproduces the issue
-
Updated
Apr 7, 2019 - JavaScript
Prerequisites
- I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- The issue still exists against the latest
masterbranch of bootstrap-fileinput. - This is not an usage question. I confirm having read the plugin documentation and demos.
- T
-
Updated
Apr 23, 2020 - Java
-
Updated
Feb 4, 2020 - HTML
-
Updated
Feb 28, 2020 - HTML
-
Updated
Apr 22, 2020 - Python
To add how to trigger snackbar with JS.
Adapted from docs.min.js. Code as such
//close snackbar on click
$(".snackbar-btn").on("click", function () {
$(this).parent(".snackbar").removeClass("show")
});
//show snackbar on click and auto hide at either after 6000ms or button is click again to show new snackbar
$(".snackbar-toggler").on("click",
Created by Mark Otto, Jacob Thornton
Released August 19, 2011
- Organization
- twbs
- Website
- getbootstrap.com
- Wikipedia
- Wikipedia
At the moment the documentation for grouped button-styled radio buttons is located in the "Buttons" component. However, I think it should be placed (or at least referenced) in the "Button Groups" component or the "Forms" component page. What do you think?