File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,9 @@ input.text-input:-webkit-autofill {
9696}
9797
9898.input-has-focus input ,
99- .input-has-focus textarea {
99+ .input-has-focus textarea ,
100+ .input-has-focus a ,
101+ .input-has-focus button {
100102 pointer-events : auto ;
101103}
102104
@@ -136,7 +138,7 @@ input.text-input:-webkit-autofill {
136138 background-position : center ;
137139}
138140
139- .input-has-value .text-input-clear-icon {
141+ .input-has-focus.input-has- value .text-input-clear-icon {
140142 display : block ;
141143}
142144
Original file line number Diff line number Diff line change 2222 < button item-right (click) ="clicked() "> Button</ button >
2323 </ ion-item >
2424
25+ < ion-item >
26+ < input type ="text " placeholder ="Native Input "/>
27+ < button item-right (click) ="clicked() "> Button</ button >
28+ </ ion-item >
2529 </ ion-list >
2630
2731</ ion-content >
You can’t perform that action at this time.
0 commit comments