feature/feature/IO-3554-Form-Row-Layout - Fix search, bump deps, fix formlayout

This commit is contained in:
Dave
2026-02-25 14:47:49 -05:00
parent c93b8ed961
commit 77befd5d93
9 changed files with 982 additions and 1063 deletions

View File

@@ -475,3 +475,18 @@
margin-left: auto;
flex: 0 0 auto;
}
.global-search-autocomplete-fix {
// Ant wrapper class names (common)
.ant-select-selection-item,
.ant-select-selection-placeholder {
display: none !important;
}
// rc-select internal class names (newer internal naming / fallback)
.rc-select-content-value,
.rc-select-placeholder {
display: none !important;
}
}