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 c2fe917 commit 1099dc3Copy full SHA for 1099dc3
core/src/components/input/input.scss
@@ -67,6 +67,7 @@
67
flex: 1;
68
69
width: 100%;
70
+ max-width: 100%;
71
height: 100%;
72
73
border: 0;
core/src/components/input/test/basic/index.html
@@ -118,6 +118,16 @@
118
<ion-input clear-input value="reallylonglonglonginputtoseetheedgesreallylonglonglonginputtoseetheedges"></ion-input>
119
</ion-item>
120
121
+ <ion-item style="max-width: 250px">
122
+ <ion-input value="Narrow input"></ion-input>
123
+ <ion-label text-right>Left</ion-label>
124
+ </ion-item>
125
+
126
127
+ <ion-label>Right</ion-label>
128
+ <ion-input text-right value="Narrow input"></ion-input>
129
130
131
</ion-content>
132
133
<script>
0 commit comments