diff --git a/packages/main/cypress/specs/TextArea.cy.tsx b/packages/main/cypress/specs/TextArea.cy.tsx index 0211883fa1a2..56b1c411c4bf 100644 --- a/packages/main/cypress/specs/TextArea.cy.tsx +++ b/packages/main/cypress/specs/TextArea.cy.tsx @@ -965,3 +965,192 @@ describe("Validation inside a form", () => { .should("have.been.calledOnce"); }); }); + +describe("TextArea Composition", () => { + it("should handle Korean composition correctly", () => { + cy.mount( +