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 3e6fc13 commit 2636f07Copy full SHA for 2636f07
core/src/components/input/test/states/index.html
@@ -73,6 +73,21 @@ <h2>Outline</h2>
73
readonly="true"
74
></ion-input>
75
</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
+ value="[email protected]"
85
+ helper-text="Enter an email"
86
+ counter="true"
87
+ maxlength="20"
88
+ readonly="true"
89
+ ></ion-input>
90
+ </div>
91
92
93
<h1>Disabled</h1>
0 commit comments