Fix for Keywords Field in @project-sunbird/common-form-elements-full #758
rajnishdargan
started this conversation in
Contribution
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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-chips
as a dependency. However, the package documentation did not specify which version ofngx-chips
to use.2.2.2
ofngx-chips
, which resolved the errors and allowed the application to run. However, the keywords field still did not display.ngx-chips
to 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-chips
as 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