We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3182879 commit 990b62eCopy full SHA for 990b62e
core/src/components/textarea/test/states/textarea.e2e.ts
@@ -35,7 +35,7 @@ configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ title, screensh
35
await page.setContent(
36
`
37
<div class="container ion-padding">
38
- <ion-textarea label="Email" value="[email protected]" class="has-focus"></ion-textarea>
+ <ion-textarea fill="outline" value="[email protected]" class="has-focus"></ion-textarea>
39
</div>
40
`,
41
0 commit comments