-
Notifications
You must be signed in to change notification settings - Fork 331
fix(autocomplete): [autocomplete] fix form validate error when select… #2296
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,26 +1,26 @@ | ||
| { | ||
| "name": "@opentiny/vue-autocomplete", | ||
| "version": "3.18.0", | ||
| "type": "module", | ||
| "version": "3.18.1", | ||
| "description": "", | ||
| "license": "MIT", | ||
| "sideEffects": false, | ||
| "main": "lib/index.js", | ||
| "module": "index.ts", | ||
| "sideEffects": false, | ||
| "type": "module", | ||
| "devDependencies": { | ||
| "@opentiny-internal/vue-test-utils": "workspace:*", | ||
| "vitest": "^0.31.0" | ||
| }, | ||
| "scripts": { | ||
| "build": "pnpm -w build:ui $npm_package_name", | ||
| "//postversion": "pnpm build" | ||
| }, | ||
| "dependencies": { | ||
| "@opentiny/vue-renderless": "workspace:~", | ||
| "@opentiny/vue-common": "workspace:~", | ||
| "@opentiny/vue-icon": "workspace:~", | ||
| "@opentiny/vue-input": "workspace:~", | ||
| "@opentiny/vue-renderless": "workspace:~", | ||
| "@opentiny/vue-scrollbar": "workspace:~", | ||
| "@opentiny/vue-icon": "workspace:~", | ||
| "@opentiny/vue-common": "workspace:~", | ||
| "@opentiny/vue-theme": "workspace:~" | ||
| }, | ||
| "license": "MIT" | ||
| } | ||
| "devDependencies": { | ||
| "@opentiny-internal/vue-test-utils": "workspace:*", | ||
| "vitest": "^0.31.0" | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
@opentiny/vue-icon is still in use across multiple files
The
@opentiny/vue-icondependency has been removed from thepackage.json, but it is still being imported in numerous files within thepackages/vue/src/autocompletedirectory and other related packages. This inconsistency can lead to potential runtime errors or build issues.Please either add
@opentiny/vue-iconback to the dependencies or refactor the code to eliminate its usage if it's no longer needed.🔗 Analysis chain
Please clarify the removal of @opentiny/vue-icon from dependencies
The dependencies have been reordered, which is fine. However, @opentiny/vue-icon has been removed from the dependencies list. Could you please clarify why this dependency was removed? Is it no longer used in the package, or is it being imported differently now?
To check if @opentiny/vue-icon is still used in the package, you can run the following command:
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 205
Script:
Length of output: 138
Script:
Length of output: 123
Script:
Length of output: 73589