Skip to content

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

2 participants