Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/frm_admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -9272,7 +9272,7 @@ Responsive Design
}

.frm-sortable-helper,
.frm-multiselect-key-is-down li.form-field:not(.edit_field_type_divider) {
.frm-multiselect-key-is-down li.form-field {
Copy link
Copy Markdown
Contributor

@Crabcyborg Crabcyborg Sep 30, 2025

Choose a reason for hiding this comment

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

@AbdiTolesa This CSS condition is here intentionally.

Right now you can multi-select specific rows from a section.

Screen.Recording.2025-09-30.at.12.37.10.PM.mov

This update changes it so you multi-select the entire section, not just a row.

Screen.Recording.2025-09-30.at.12.38.33.PM.mov

This is bigger of a change then I intended when I made the issue.

Can we do something more dynamic? It may require more than a simple CSS change.

pointer-events: none;
}

Expand Down