Skip to content

Commit 2636f07

Browse files
committed
test(input): add readonly color
1 parent 3e6fc13 commit 2636f07

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

core/src/components/input/test/states/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,21 @@ <h2>Outline</h2>
7373
readonly="true"
7474
></ion-input>
7575
</div>
76+
77+
<div class="grid-item">
78+
<h2>Outline: Color</h2>
79+
80+
<ion-input
81+
color="warning"
82+
fill="outline"
83+
label="Email"
84+
85+
helper-text="Enter an email"
86+
counter="true"
87+
maxlength="20"
88+
readonly="true"
89+
></ion-input>
90+
</div>
7691
</div>
7792

7893
<h1>Disabled</h1>

0 commit comments

Comments
 (0)