-
Notifications
You must be signed in to change notification settings - Fork 5
Replace Buefy Taginput and Taglist component #1007
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
Conversation
e6db84e to
daf97e9
Compare
csc-felipe
left a comment
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.
This is really nice!
Just a couple of minor comments:
- It would be nice if the taginput would have an on-focus border like the other inputs
- It would also be nice if the keys that trigger a tag to be created would continue to be the same
- I noticed there was still a
b-taglistincomponents/SharedDetails.vue. Could it be changed as well?
daf97e9 to
7828be8
Compare
--> This is now fixed!
--> I brought back all the Keys that we previously had :)
--> I explained this in the Mentions, the |
I fixed and commented about your requested changes :)
Sorry I missed that |
csc-felipe
left a comment
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.
lgtm
as we're migrating to csc-ui, let's use darker borders by default, as it is in csc-ui
|
TagInput's border color is set to dark color by default now. |
Description
Replacing Buefy Taginput and Taglist component by our own component based on csc-ui Tag
Related issues
GL issue 944
Type of change
Changes Made
<b-taginput>component and be reusable in other components/viewsTesting
Mentions
As part of PR #1006
I didn't make changes for
SharedDetailscomponent since it is removed