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

fix(components/paginator): fix disabled error #80

Merged
merged 9 commits into from
Mar 24, 2023
Merged

fix(components/paginator): fix disabled error #80

merged 9 commits into from
Mar 24, 2023

Conversation

YashaKorolev
Copy link
Contributor

#67

@@ -20,6 +20,8 @@ export class PrizmPaginatorComponent {
// Сколько номеров видно на экране
@Input() public pageLinkSize: number | null = null;
@Input() public showMoreDisabled = false;
// disabled
@Input() public disabled = true;
Copy link
Contributor

Choose a reason for hiding this comment

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

Может лучше false по умолчанию?

@ZurabDev ZurabDev changed the title Issue 67 fix(components/paginator): fix disabled error Mar 24, 2023
@github-actions
Copy link

Visit the preview URL for this PR (updated for commit 7d66283):

https://prizmui--pr80-issue-67-wzwhqp0m.web.app

(expires Wed, 29 Mar 2023 14:11:37 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 2a7a6ffb1b98d3f03fb1ef68a470776e775db980

@ZurabDev ZurabDev merged commit 0b6e9fb into main Mar 24, 2023
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.

4 participants