Skip to content

listbox: стилизация, сторисы, обёртки#39

Merged
AxyIX merged 11 commits into
feature/styles-debugfrom
form.listbox
May 19, 2026
Merged

listbox: стилизация, сторисы, обёртки#39
AxyIX merged 11 commits into
feature/styles-debugfrom
form.listbox

Conversation

@khaliulin
Copy link
Copy Markdown

No description provided.

@Output() onFocus = new EventEmitter<FocusEvent>();
@Output() onBlur = new EventEmitter<FocusEvent>();

modelValue: any = null;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

protected modelValue: any = null;

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AxyIX listbox: OnPush strategy, protected modelValue 47099dd

@Component({
selector: 'listbox',
standalone: true,
imports: [Listbox, FormsModule],
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

добавить changeDetection: ChangeDetectionStrategy.OnPush, и проверить что всё работает

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AxyIX listbox: OnPush strategy, protected modelValue 47099dd

Danil Khaliulin and others added 4 commits April 24, 2026 14:11
@AxyIX AxyIX merged commit b19cd66 into feature/styles-debug May 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants