Skip to content
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

add controlled vocab functionality for tag_list #3169

Merged
merged 1 commit into from
Oct 7, 2024
Merged

add controlled vocab functionality for tag_list #3169

merged 1 commit into from
Oct 7, 2024

Conversation

dnoneill
Copy link
Contributor

@dnoneill dnoneill commented Oct 4, 2024

closes sul-dlss/exhibits#2492

screenshot is for when Spotlight::Engine.config.site_tags = ['tag 1', 'tag 2', 'tag 3', 'tag 4', 'tag 5', 'tag 6', 'tag 7', 'tag 8', 'tag 9', 'tag 10', 'tag 11', 'tag 12']

Screenshot 2024-10-04 at 1 03 41 PM
Screenshot 2024-10-04 at 1 03 17 PM

<div class="form-group row">
<label class="col-form-label col-md-2" for="tag_list">Tag list</label>
<div class="col-md-10">
<div class="overflow-scroll rounded border px-3 py-2 h-25" style="overflow: scroll; height: 25vh!important;">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This inline style can get removed as soon as we update to bootstrap 5. I can move this to a css file but it didn't seem to make sense due to the upgrade we are doing soon.

@corylown corylown merged commit 22ce1de into main Oct 7, 2024
6 checks passed
@corylown corylown deleted the tag-list branch October 7, 2024 19:14
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.

Create multiple selection drop down for Configuration > General > Tag list
2 participants