We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce73a5e commit 942a658Copy full SHA for 942a658
projects/coreui-angular/src/lib/accordion/accordion-button/accordion-button.directive.ts
@@ -11,6 +11,14 @@ export class AccordionButtonDirective {
11
*/
12
@Input() collapsed!: boolean;
13
14
+ /**
15
+ * Default type for cAccordionButton. [docs]
16
+ * @type string
17
+ * @default 'button'
18
+ */
19
+ @HostBinding('attr.type')
20
+ @Input() type = 'button';
21
+
22
@HostBinding('class')
23
get hostClasses(): any {
24
return {
0 commit comments