Fix for Keywords Field in @project-sunbird/common-form-elements-full #758
rajnishdargan
started this conversation in
Contribution
Replies: 1 comment 3 replies
-
|
@rajnishdargan There changes in the package name, can you check the PR once correct them. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While using the npm package @project-sunbird/common-form-elements-full version ^8.0.0, I noticed that the keywords field was not displaying in the form.
Investigation and Solution:
ngx-chipsas a dependency. However, the package documentation did not specify which version ofngx-chipsto use.2.2.2ofngx-chips, which resolved the errors and allowed the application to run. However, the keywords field still did not display.ngx-chipsto version3.0.0, the keywords field began to display correctly.Steps Taken:
To further analyze the issue, I set up the SunbirdEd-forms repository locally. During the process, I encountered some issues running the repo and made the following changes to make it functional:
Added
ngx-chipsas a peer dependency to resolve compatibility issues.I have raised a Pull Request in the SunbirdEd-forms repository with these changes.
Request:
I kindly request the team to review the proposed changes in the PR. If everything looks good, please merge the changes and publish a new version of the package to ensure seamless integration for other users.
@pallakartheekreddy @HarishGangula
@coolbung @itsvick @snehal0904
Beta Was this translation helpful? Give feedback.
All reactions