You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Prerequisites
Ionic Framework Version
Current Behavior
In Ionic v7 you can use the ion-input without ion-item wrapper:
But there is no parameter to set a button or icon, so that the button is contained in the input field.
If you try to make it the old-fashioned way with the ion-item wrapper the button is inside of the input field, but the style is different.
Username field is the code above and password field is the code below. As you can see the styles are different:
Expected Behavior
You should use the ion-input the same way like in v6 with the ion-item wrapper and buttons. They should also look the same.
Steps to Reproduce
See the code above
Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 6.20.8 (C:\Users\pauls\AppData\Roaming\nvm\v18.12.1\node_modules@ionic\cli)
Ionic Framework : @ionic/angular 7.0.0-beta.1
@angular-devkit/build-angular : 14.2.10
@angular-devkit/schematics : 14.2.10
@angular/cli : 14.2.10
@ionic/angular-toolkit : 6.1.0
Capacitor:
Capacitor CLI : 4.6.2
@capacitor/android : 4.6.2
@capacitor/core : 4.6.2
@capacitor/ios : not installed
Utility:
cordova-res : 0.15.4
native-run : 1.7.1
System:
NodeJS : v18.12.1 (C:\Program Files\nodejs\node.exe)
npm : 9.3.1
OS : Windows 10
Additional Information
No response
The text was updated successfully, but these errors were encountered: