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 c7f692a commit f2206f5Copy full SHA for f2206f5
projects/coreui-angular/src/lib/form/input-group/input-group.component.ts
@@ -9,7 +9,7 @@ export class InputGroupComponent {
9
/**
10
* Size the component small or large.
11
*/
12
- readonly sizing = input<string | 'sm' | 'lg' | ''>('');
+ readonly sizing = input<string | 'sm' | 'lg' | ''>();
13
14
readonly hostClasses = computed(() => {
15
const sizing = this.sizing();
0 commit comments