Skip to content

Commit

Permalink
fix: opening dropdown in sidebar input
Browse files Browse the repository at this point in the history
  • Loading branch information
michalgrzegorczyk-dev committed Nov 3, 2024
1 parent f189028 commit a351f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/kit/components/input/input.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class TuiInputComponent
}

openedExternally = false;
open = true;
open = false;

constructor(
@Optional()
Expand Down

0 comments on commit a351f68

Please sign in to comment.