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

[pagination] disabled prop #456

Merged
merged 15 commits into from May 26, 2017
Merged

[pagination] disabled prop #456

merged 15 commits into from May 26, 2017

Conversation

tmorehouse
Copy link
Member

Adds a disabled prop to pagination component, which will disable the buttons (links) when set to true

@@ -1,5 +1,5 @@
<template>
<div class="input-group-addon" :id="id">
<div class="input-group-addon" :id="id || null">
Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure how this got in this PR, but it is OK.

@@ -230,6 +241,10 @@
}
},
props: {
disabled: {
type: Boolean,
default: 3
Copy link
Member

Choose a reason for hiding this comment

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

Why this is 3 ? :))

Copy link
Member Author

Choose a reason for hiding this comment

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

Oops, Typo

@pi0 pi0 merged commit 015df41 into bootstrap-vue:master May 26, 2017
@tmorehouse tmorehouse added this to the v0.17.0 milestone Jun 17, 2017
@tmorehouse tmorehouse added this to Done in Roadmap Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants