Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tag): make onClick method params required #730

Merged
merged 3 commits into from
Jun 29, 2023

Conversation

Lewsha02
Copy link
Contributor

Опишите проблему

В пропе onClick у компонента Tag параметры event и payload являются необязательными. В то время как в компоненте CheckboxGroup в пропе onChange они же являются обязательными. Не получается использовать один и тот же обработчик клика для CheckboxGround и Tag.

Ожидаемое поведение

Иметь возможность использовать один хэндлер и для CheckboxGround, и для Tag

Внешний вид

  • не изменено

@changeset-bot
Copy link

changeset-bot bot commented Jun 27, 2023

🦋 Changeset detected

Latest commit: dcbafd2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@alfalab/core-components-tag Minor
@alfalab/core-components-pagination Patch
@alfalab/core-components-select-with-tags Patch
@alfalab/core-components-tabs Patch
@alfalab/core-components-table Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coveralls
Copy link

coveralls commented Jun 27, 2023

Pull Request Test Coverage Report for Build 5409689043

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.701%

Totals Coverage Status
Change from base Build 5344298467: 0.0%
Covered Lines: 8102
Relevant Lines: 9200

💛 - Coveralls

@core-ds-bot
Copy link
Collaborator

Собрана новая демка.

@core-ds-bot
Copy link
Collaborator

Собрана новая демка.

@SiebenSieben SiebenSieben merged commit ca16025 into master Jun 29, 2023
8 checks passed
@SiebenSieben SiebenSieben deleted the feat/NEWCLICK-1797 branch June 29, 2023 19:42
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.

None yet

6 participants