Skip to main content

All Questions

Tagged with
1 vote
1 answer
181 views

Unexpected Checkbox Behavior in Bootstrap 5 Accordion

I have a selection of checkbox items that I want to put into a Bootstrap 5 accordian element. The checkbox items work fine in the open (checking the boxes adds items to an array; unchecking them ...
dbq-andersons's user avatar
0 votes
1 answer
982 views

How to add components inside p-accordionTab header

I am kind of struggling with a small situation here. I have a p-acccordionTab like this <p-accordion> <p-accordionTab header="Just testing"> <h5>Nothing here</h5> ...
sudhanva shankara.m's user avatar
0 votes
1 answer
203 views

UI Bootstrap Accordion content not showing on click

I'm trying to add an accordion element, but clicking on one accordion header results in nothing (in my application I can actually see the content transition in and then transition out, as if it ...
ROMANIA_engineer's user avatar
0 votes
1 answer
142 views

Multi-dimensional Array Accordion in Angular

http://plnkr.co/edit/v11KtXMsABkJa2dS When we have an array as below: $scope.groups = [ "abc": [ { title: "Title - 1", content: "Content - 1" }, ...
Raja's user avatar
  • 442
3 votes
1 answer
3k views

Accordion, how to automatically collapse one and expand next

I have an accordion with three "panels" First one is expanded on inital load. The first panel have an input field. When the user has updated this field I would like to automatically expand the next ...
Tommy's user avatar
  • 161
0 votes
1 answer
241 views

How to keep the selected accordion active on page reload

I am using materialize collapsible for my navigation. Everything works fine except when I reload the page. The collapsible gets closed and I have to manually make it active again. How do I make the ...
Umang's user avatar
  • 242
0 votes
0 answers
204 views

How to change header color of the selected accordion?

I am trying to change the color of header of the accordian when it has been selected by the user. https://angular-ui.github.io/bootstrap/#!#accordion
Debolina Dasgupta's user avatar
0 votes
1 answer
38 views

How can I collapse and expand each specific part of the accordion

AngularJs Accordion Flow I am having a difficult time grasping the concept of manipulating accordions I have a step by step module implemented as an accordion. After completion of part 1 of the module,...
AngularJSDev's user avatar
0 votes
1 answer
325 views

Pass data to uib-accordion-group

I Have the following code: <div uib-accordion-group class="panel-default" is-open="isOpen" template-url="group-template.html"> <uib-accordion-heading> Custom Title </...
Alex's user avatar
  • 131
1 vote
1 answer
658 views

close-others "true" not working in ui-accordion when content is transclude

I have implemented accordion in my application. but close-other = "true" seems not working. I implemented a common compenent to use collapsible component in my application- Component- var ...
user2282534's user avatar
-1 votes
1 answer
1k views

How to add plus minus icon to accordion [closed]

I have an accordion inside an AngularJS app, and I am using jQuery to expand and collapse it: everything is working fine but I need to put plus/minus toggling icons for the expand and collapse. I ...
A prasad's user avatar
  • 145
1 vote
1 answer
1k views

How to make expand and collapse manually child wise in angularjs

I have an accordion expand is working fine but collapse is not working,it should work like accordion,for ex when I click 'title 2' its content should expand and 'title 1' content should collapse.below ...
A prasad's user avatar
  • 145
0 votes
0 answers
124 views

Accordion is not working with latest version of ui-bootstrap-tpls.js

I have an accordion which is working with older version(0.13.0) of ui-bootstrap-tpls.js,but its not working with latest version(2.5.0) of ui-bootstrap-tpls.js. Due to older version its effecting other ...
A prasad's user avatar
  • 145
0 votes
1 answer
417 views

Collapsible table row does not extend past cell width

I have a table with a +/- sign that is clickable. When a user clicks on it, it opens up a div below to reveal more details. The issue I'm running into is the collapsible div is only as wide as one ...
Dave's user avatar
  • 1,277
1 vote
0 answers
68 views

Angular JS Accordion issue, sometimes it expands sometimes it wont

Javascript: angular.element(document).ready(function() { var Accordion = function(el, multiple) { this.el = el || {}; this.multiple = multiple || false; // Variables ...
Techguy's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
12