Skip to content

Commit

Permalink
Added searchable multiselect
Browse files Browse the repository at this point in the history
  • Loading branch information
midhunmanoj2024 committed Nov 27, 2024
1 parent 1e77679 commit 1987cbe
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 164 deletions.
193 changes: 62 additions & 131 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"postinstall-postinstall": "^2.1.0",
"process": "^0.11.10",
"rrule": "^2.6.8",
"select2": "^4.1.0-rc.0",
"semantic-ui-css": "git+https://github.com/Semantic-Org/Semantic-UI-CSS.git",
"socket.io-client": "^4.0.0",
"stream-browserify": "^3.0.0",
Expand All @@ -61,6 +62,7 @@
"vue-bootstrap-typeahead": "^0.2.6",
"vue-class-component": "^7.2.3",
"vue-fragment": "^1.5.2",
"vue-multiselect": "^2.1.9",
"vue-property-decorator": "^9.1.2",
"vue-router": "3.5.1",
"vue-search-select": "^2.9.6",
Expand Down
14 changes: 8 additions & 6 deletions frontend/src/assets/css/q.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,13 @@ input#app_timepicker_id {
left: unset;
}

.custom-dropdown > a {
padding: 0 !important;

.multiselect__option--highlight {
background-color: #ffffff;
}

.custom-multiselect .multiselect__option {
padding: 0;
text-wrap: wrap;
}

.dropdown-scrollable .dropdown-menu {
max-height: 300px;
overflow-y: auto;
}
Loading

0 comments on commit 1987cbe

Please sign in to comment.