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: add multiple mode feature #7

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

jofftiquez
Copy link
Owner

Resolves #6

🔧 chore(IndexPage.vue): refactor code to add support for multiple mode checkbox

✨ feat(IndexPage.vue): add support for multiple mode checkbox to allow users to enter multiple search values The code has been refactored to add a new checkbox component called "Enter Multiple Mode" to the IndexPage.vue file. This checkbox allows users to toggle between single and multiple search mode. When multiple mode is enabled, the search input field becomes a multi-select field and the search model is changed to an array. When multiple mode is disabled, the search input field behaves as a regular select field and the search model is changed to a single value. This feature provides users with the flexibility to enter multiple search values at once, improving the usability of the application.

…e checkbox

✨ feat(IndexPage.vue): add support for multiple mode checkbox to allow users to enter multiple search values
The code has been refactored to add a new checkbox component called "Enter Multiple Mode" to the IndexPage.vue file. This checkbox allows users to toggle between single and multiple search mode. When multiple mode is enabled, the search input field becomes a multi-select field and the search model is changed to an array. When multiple mode is disabled, the search input field behaves as a regular select field and the search model is changed to a single value. This feature provides users with the flexibility to enter multiple search values at once, improving the usability of the application.
@jofftiquez jofftiquez marked this pull request as draft July 28, 2023 03:41
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.

feature: combine data-types and generate at once
1 participant