Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] Refactor email input handling to format comma-separated address…
…es (#193128) (#194669) # Backport This will backport the following commits from `main` to `8.x`: - [Refactor email input handling to format comma-separated addresses (#193128)](#193128) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Oyelola Victoria","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-02T09:33:05Z","message":"Refactor email input handling to format comma-separated addresses (#193128)\n\n## Summary\r\nThis pull request fixes #189968 \r\n\r\n- Introduced `getFormattedEmailOptions` to split and trim\r\ncomma-separated email values\r\n- Updated `EuiComboBox` to handle email entries for `to`, `cc`, and\r\n`bcc` fields\r\n\r\n\r\nhttps://github.com/user-attachments/assets/45a70132-8fd7-426e-81cf-62a6bf216408\r\n\r\n---------\r\n\r\nSigned-off-by: Oyelola Victoria <[email protected]>\r\nCo-authored-by: Julian Gernun <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"917458844b51b93d9a62f2e100099a70e1ea4842","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","💝community","v9.0.0","backport:prev-minor"],"title":"Refactor email input handling to format comma-separated addresses","number":193128,"url":"https://github.com/elastic/kibana/pull/193128","mergeCommit":{"message":"Refactor email input handling to format comma-separated addresses (#193128)\n\n## Summary\r\nThis pull request fixes #189968 \r\n\r\n- Introduced `getFormattedEmailOptions` to split and trim\r\ncomma-separated email values\r\n- Updated `EuiComboBox` to handle email entries for `to`, `cc`, and\r\n`bcc` fields\r\n\r\n\r\nhttps://github.com/user-attachments/assets/45a70132-8fd7-426e-81cf-62a6bf216408\r\n\r\n---------\r\n\r\nSigned-off-by: Oyelola Victoria <[email protected]>\r\nCo-authored-by: Julian Gernun <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"917458844b51b93d9a62f2e100099a70e1ea4842"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193128","number":193128,"mergeCommit":{"message":"Refactor email input handling to format comma-separated addresses (#193128)\n\n## Summary\r\nThis pull request fixes #189968 \r\n\r\n- Introduced `getFormattedEmailOptions` to split and trim\r\ncomma-separated email values\r\n- Updated `EuiComboBox` to handle email entries for `to`, `cc`, and\r\n`bcc` fields\r\n\r\n\r\nhttps://github.com/user-attachments/assets/45a70132-8fd7-426e-81cf-62a6bf216408\r\n\r\n---------\r\n\r\nSigned-off-by: Oyelola Victoria <[email protected]>\r\nCo-authored-by: Julian Gernun <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"917458844b51b93d9a62f2e100099a70e1ea4842"}}]}] BACKPORT--> Co-authored-by: Oyelola Victoria <[email protected]>
- Loading branch information