Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pull request addresses the issue where the eact-multi-email com… (…
…#171) * This pull request addresses the issue where the eact-multi-email component does not respect custom email validation. The fix ensures that the component respects the user's custom validation by modifying and moving the initialEmailAddress function to prioritize the provided custom validation over the internal validation. Additionally, tests have NOT been updated to cover the fixed behavior. Please review and merge at your earliest convenience. Thank you! * test added to emails.test.tsx - making sure the custom validation is returning the emails properly based on the validateEmail prop * test added to emails.test.tsx - making sure the custom validation is returning the emails properly based on the validateEmail prop
- Loading branch information