From c896e7fde4fe76cd5fe79b9729e76ffe5858d23c Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Fri, 14 Apr 2023 11:24:04 -0400 Subject: [PATCH] test(textarea): use legacy form syntax for legacy test (#27196) ## What is the current behavior? The legacy test template for the textarea test does not use a label and does not specify `legacy="true"`. Issue URL: N/A ## What is the new behavior? - Adds the `legacy="true"` property to the legacy template ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- core/src/components/textarea/test/legacy/basic/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/textarea/test/legacy/basic/index.html b/core/src/components/textarea/test/legacy/basic/index.html index 519f612688..b3dc366317 100644 --- a/core/src/components/textarea/test/legacy/basic/index.html +++ b/core/src/components/textarea/test/legacy/basic/index.html @@ -35,7 +35,7 @@ - +