Skip to content

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

Open
khaliulin wants to merge 8 commits intofeature/styles-debugfrom
form.listbox
Open

listbox: стилизация, сторисы, обёртки#39
khaliulin wants to merge 8 commits intofeature/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

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