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

VaSelect updates and refactoring #2803

Merged

Conversation

aluarius
Copy link
Contributor

Close: #2673
Close: #2795

Description

  • added max-visible-options prop to limit the output inside of input wrapper;
  • added selected-top-shown prop to show selected options at the top of the options list;
  • refactoring.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement/refactoring (non-breaking change that doesn't add any feature but make things better)

@aluarius aluarius self-assigned this Dec 20, 2022
Copy link
Collaborator

@rustem-nasyrov rustem-nasyrov left a comment

Choose a reason for hiding this comment

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

Great! But here a few suggestions.

packages/ui/src/components/va-select/VaSelect.vue Outdated Show resolved Hide resolved
packages/docs/src/locales/en/en.json Outdated Show resolved Hide resolved
@rustem-nasyrov
Copy link
Collaborator

image

Can we improve this?

@rustem-nasyrov
Copy link
Collaborator

Also, would be great to have demos in the vue-book.

@aluarius
Copy link
Contributor Author

Also, would be great to have demos in the vue-book.

We already have it:

image

@aluarius
Copy link
Contributor Author

Can we improve this?

Will implement nowrap class for this case.

@m0ksem m0ksem self-requested a review January 5, 2023 14:52
@m0ksem m0ksem merged commit d963407 into epicmaxco:develop Jan 5, 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.

VaSelect doesn't work well with big list and many multiple items
3 participants