Adarshvk98 opened a new pull request, #3581: URL: https://github.com/apache/incubator-kie-tools/pull/3581
Closes [kie-issues#2296](https://github.com/apache/incubator-kie-issues/issues/2296) Two bugs in the BPMN Editor's `TypeaheadSelect` component: 1. Process Variables : after selecting a tag, the dropdown would not close or reset, making it impossible to add a second tag without reopening the panel. 1. Data Mapping : typing to filter variables and clicking a result would reset the dropdown without applying the selection (Enter key worked fine). Both were caused by broken state management in `TypeaheadSelect`. The component was refactored to fix the option filtering logic, close/reset behavior, and the blur/click race condition that occurs when the menu is portaled to document.body. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
