Thanks to visit codestin.com
Credit goes to github.com

Skip to content

configure component to not show 'Now' button #109

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

Closed
mohammad-zr opened this issue May 26, 2020 · 2 comments
Closed

configure component to not show 'Now' button #109

mohammad-zr opened this issue May 26, 2020 · 2 comments

Comments

@mohammad-zr
Copy link

Is there any prop to not show "Now" button inside component?

@talkhabi
Copy link
Owner

Hi @Esniper90, there is no direct config for this but you can hide it by css:

.vpd-actions button:nth-child(3) {
    display: none;
}

@talkhabi
Copy link
Owner

Now you can use <date-picker :show-now-btn="false" /> to hide it.

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

No branches or pull requests

2 participants