Questions tagged [ember-bootstrap]
28 questions
1
vote
1 answer
ember-bootstrap: Navbar component repeats itself 12 times
I am using ember-bootstrap's Navbar example code in a simple Ember test app:
{{#bs-navbar as |navbar|}}
{{#navbar.content}}
…
Argus9
- 1,863
- 4
- 26
- 40
0
votes
0 answers
ember-bootstrap with LESS -- application css not transpiling
I'm working on upgrading little-by-little an EmberJS Application that uses ember-bootstrap. Before moving to Ember 4 we are trying to move up to the Ember 3 LTS 3.28.6. However, we have ember-bootstrap using LESS in our project and things have…

blackstrype
- 451
- 9
- 14
0
votes
1 answer
Ember how to change Ember boostrap Tooltip background color
Currently I'm using Ember Bootstrap Tooltip component, I read the doc, I didn't found anything about custom Background-color. It will be helpful if someone show me how to do it.

Abderazak Amiar
- 776
- 7
- 22
0
votes
1 answer
How to keep ember bootstrap accordion expanded by default?
what attribute should I pass to keep bootstrap accordion open.
…
Lorem ipsum...

TheLiquidCharcoal
- 163
- 7
0
votes
1 answer
bootstrap 4 / Saas navbar collapses as screen narrows but hamburger menu won't then work?
I have some HTML which defines a bootstrap 4 navbar and works fine.
As the width of the window is reduced the detail of the navbar disappears and a hamburger menu appears.
When you click on the hamburger you see a menu which contains entries…

glaucon
- 8,112
- 9
- 41
- 63
0
votes
1 answer
Issue with ember-bootstrap: page background rendered half gray, should normally be totally white
I have a small issue with Bootstrap. Sometime, my page background is half white/ half gray, but it should be all white.
As you can see, there is some gray background in my application, somebody know how to get rid of it. I'm knew to CSS, so if you…

maje
- 424
- 3
- 17
0
votes
1 answer
Make a row clickable with ember-bootstrap
Here is an example of my hbs code.
#Id | {{t 'firstname'}} | {{t 'lastname'}} | {{t…
![]()
maje
0
votes
2 answers
Issue with the checkbox from form.element in Bootstrap for Ember.js
I have some problem understanding how the checkbox in form.element work.
Specifically, I don't understand how to refresh my form result when I click on a chekckbox.
It is defined here: Ember-bootstrap doc about form.element
My templates looks like…
![]()
maje
0
votes
1 answer
Connecting bs-buttons in a bs-form to component actions (ember-bootstrap)What is the correct way of connecting a bs-button inside a bs-form to a component action?
Some background on what I want to do and have already tried:
I'm in the process of upgrading Ember from 2.10 to 2.14 and ember-bootstrap from 0.11.3 to 1.0. I…
![]()
dr_barto
0
votes
1 answer
Ember Integration Test Component Within ComponentI have installed ember-bootstrap in my application. Then, I created a login-form component.
In the app/templates/components/login-form.hbs, there are 2 Bootstrap input and 1 button, which are the following:
{{#bs-form onSubmit=(action "login") as…
![]()
Franz Noel
0
votes
1 answer
tabs dynamic component waiting before switching to next tabI'm using the custom tabs config but seem to have a problem loading dynamic content (components within tab panes).
The component loads promise/s or does some processing on init, and when switching to a new tab it will not switch immediately but wait…
user1597002
0
votes
1 answer
Trigger Bootstrap modal thats in a component from another templateI am using ember-bootstrap and their modal component to create a modal on a template. Currently the modal component and the button to trigger it are on the same template, however I want to move the modal to a component so I can keep the template…
![]()
Eric Goncalves
0
votes
1 answer
Ember-bootstrap to trigger modal from javascriptFrom the link here if you scroll down to the example with the button label 'Reopen Modal' They seem to be triggering the modal from javascript. I have tried Ember.$('.modal).modal('show') with no luck, and cant seem to figure out a way to trigger it…
![]()
Eric Goncalves
|
---|