This is an automated email from the ASF dual-hosted git repository.

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new acd8e2885a7 kie-issues#1875: It's not possible to visualize all files 
in the New Test Scenario Editor "Select DMN" (#3008)
acd8e2885a7 is described below

commit acd8e2885a7936fcbdeb769d66c7a6360780d1ea
Author: Daniel José dos Santos <[email protected]>
AuthorDate: Fri Mar 14 19:08:57 2025 -0300

    kie-issues#1875: It's not possible to visualize all files in the New Test 
Scenario Editor "Select DMN" (#3008)
---
 packages/scesim-editor/src/creation/TestScenarioCreationPanel.tsx     | 1 +
 packages/scesim-editor/src/drawer/TestScenarioDrawerSettingsPanel.tsx | 1 +
 2 files changed, 2 insertions(+)

diff --git a/packages/scesim-editor/src/creation/TestScenarioCreationPanel.tsx 
b/packages/scesim-editor/src/creation/TestScenarioCreationPanel.tsx
index b2b867a7fb5..c32b8ca0b3e 100644
--- a/packages/scesim-editor/src/creation/TestScenarioCreationPanel.tsx
+++ b/packages/scesim-editor/src/creation/TestScenarioCreationPanel.tsx
@@ -208,6 +208,7 @@ function TestScenarioCreationPanel() {
                 isOpen={isModelSelectOpen}
                 typeAheadAriaLabel={"Select a model..."}
                 placeholderText={"Select a model..."}
+                maxHeight={"350px"}
                 onSelect={(e, dmnModelPathRelativeToThisScesim) => {
                   if (typeof dmnModelPathRelativeToThisScesim !== "string") {
                     throw new Error(
diff --git 
a/packages/scesim-editor/src/drawer/TestScenarioDrawerSettingsPanel.tsx 
b/packages/scesim-editor/src/drawer/TestScenarioDrawerSettingsPanel.tsx
index b68112ddc81..5b88f5c5259 100644
--- a/packages/scesim-editor/src/drawer/TestScenarioDrawerSettingsPanel.tsx
+++ b/packages/scesim-editor/src/drawer/TestScenarioDrawerSettingsPanel.tsx
@@ -177,6 +177,7 @@ function TestScenarioDrawerSettingsPanel() {
             ouiaId="BasicFormSelect"
             onToggle={setModelSelectOpen}
             isOpen={isModelSelectOpen}
+            maxHeight={"350px"}
             onSelect={(e, path) => {
               if (typeof path !== "string") {
                 throw new Error(`Invalid path for an included model 
${JSON.stringify(path)}`);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to