Questions tagged [ember-bootstrap]
28 questions
6
votes
2 answers
using bootstrap with ember 3.8
We start with a new application, using Ember 3.8 and bootstrap/SASS. There seem to be two add-ins available which support bootstrap within Ember, ember-boostrap and ember-cli-bootrap-sassy.
While the former implements ember components for most of…

Urs Meili
- 618
- 7
- 19
3
votes
1 answer
Click events on Ember
I'm discovering EmberJS and started to migrate an existing website to this framework. I was having an issue with a Bootstrap-based dropdown. This issue actually helped me understand Ember's concepts a bit better but I still have some questions.
I…

user1319182
- 481
- 12
- 26
2
votes
1 answer
Mutate changeset field value with ember-bootstrap custom element
I'm on Ember 3.15 (Octane). With the following setup
template
component

reggaemahn
- 6,272
- 6
- 34
- 59
2
votes
1 answer
Ember project crashes after upgrading Bootstrap from 4.1.2 to 4.1.3
I have encountered a very strange problem while updating my project dependencies. I had Bootstrap 4.0.0 installed and installing the latest (4.1.3) version makes my project unusable. While rendering the page I get those errors:
TypeError: Cannot…
2
votes
1 answer
install of ember-bootstrap 1.x hangs
ember-cli: 2.14.2
node: 8.4.0
os: win32 x64
For some reason, my npm installation of any ember-bootstrap 1.x version always hangs on fsevents.
C:\Users\rrush\Documents\GitHub\xxxxxxxxxxx>npm install
[ ......] | extract:fsevents: sill…

Silvio Langereis
- 487
- 1
- 11
- 20
1
vote
1 answer
ember-bootstrap: after installing ember-power-select popovers not working correctly
I created a new project with ember-4.12.1 and installed ember-bootstrap (5.1.1). When I use the BsPopover component it is working as expected.
After installing ember-power-select (6.0.1) the popover is not displayed near the corospending object. The…

Arno Schneider
- 13
- 4
1
vote
1 answer
How do I customize the ember-bootstrap form.element so that the input uses a specific column size?
I'm using ember-bootstrap and the following element:
which produces the following HTML
1
vote
1 answer
How to load bootstrap.min.js in ember-bootstrap plugin
I'm facing an issue with the ember-bootstrap plugin. I've downloaded and installed it, as it is mentioned on their setup page, written here: https://www.ember-bootstrap.com/getting-started/setup.
After the Setup, I have directly started with the…

luca_bruegger
- 47
- 6
1
vote
1 answer
Correct way to use actions with ember-bootstrap
Created a new ember octane app (3.15) and using ember-bootstrap with it. I am using a modal like so

reggaemahn
- 6,272
- 6
- 34
- 59
1
vote
1 answer
How to customize ember-bootstrap components?
I'm new to learning Ember and it mostly makes sense except I'm having a bit of a problem with templating.
My model retrieves a record array and I want to display each record in a collapse-able bootstrap accordion. There is a native ember-bootstrap…

DJ_Beardsquirt
- 289
- 5
- 14
1
vote
2 answers
How can I combine ember-bootstrap and ember-autoresize?
I would like to add the attribute autoresize=true to a textarea that is drawn using ember-bootstrap in order to use ember-autoresize.
As you can see here, this attribute is not bound, so I cannot simply add it to my template.
I've tried to…

Redsandro
- 11,060
- 13
- 76
- 106
1
vote
2 answers
ember-bootstrap - rendering "radio" inputs
Using the Ember addon ember-bootstrap I can make a set of radio buttons like this :
{{form.element controlType="radio" label="Fruit Type" property="radio" options=radioOptions optionLabelPath="label"}}
with a Controller that looks like this…

glaucon
- 8,112
- 9
- 41
- 63
1
vote
2 answers
ember-bootstrap errors when rendering a form
I have a problem using ember-bootstrap to render a form. When the route is visited nothing is rendered and in the console the message
appears.
The project is a Bootstrap 3 project and I have just installed ember-boostrap. To do that I did the…

glaucon
- 8,112
- 9
- 41
- 63
1
vote
2 answers
Ember - Compile Error: bs-form-element is not a helper
Recently i update my existing ember ember project to 2.10.0 version after update i try to run the project but it shows some compile error
uncaught Error: Compile Error: bs-form-element is not a helper
I include this in login page on my project…

Karthiga
- 859
- 2
- 17
- 33
1
vote
2 answers
How to add a class on Ember-bootstrap Modal?
I am using ember-bootstrap modal in which attribute "size" is "xl". xl takes my customized modal size class ".modal-xl". But I have another class
".modal-full" which adds more size to my modal-xl. How can I add this class="modal-full" on my…

Sankeerna Reddy
- 161
- 2
- 8