mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
fix: activate selection mode on show search input for expanded listbox (#1570)
* fix: goes in i selection mode on show search input for expanded filterpane * fix: pr comment
This commit is contained in:
@@ -226,6 +226,9 @@ function ListBoxInline({ options, layout }) {
|
||||
const handleShowSearch = () => {
|
||||
const newValue = !showSearch;
|
||||
setShowSearch(newValue);
|
||||
if (newValue && !isPopover && !selections.isActive()) {
|
||||
selections.begin('/qListObjectDef');
|
||||
}
|
||||
};
|
||||
|
||||
const onCtrlF = () => {
|
||||
|
||||
Reference in New Issue
Block a user