Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(input): remove size property in favor of CSS styling #28903

Merged
merged 1 commit into from Jan 30, 2024

Conversation

sean-perkins
Copy link
Contributor

Issue number: Internal


What is the current behavior?

The ion-input component currently specifies a size attribute to align with the HTML input implementation. However, Ionic's custom appearance for MD and iOS is not compatible and should not be used with the size attribute: #27945 (comment).

What is the new behavior?

  • The size property has been removed from ion-input.

Does this introduce a breaking change?

  • Yes
  • No

The size attribute has been removed from ion-input. As it was not compatible before, this is likely to have a minimal impact to developers. If your application is using the size attribute, replace the usage with CSS styling to control the width of the ion-input.

Other information

@github-actions github-actions bot added package: core @ionic/core package package: angular @ionic/angular package package: vue @ionic/vue package labels Jan 29, 2024
@sean-perkins sean-perkins marked this pull request as ready for review January 29, 2024 18:24
@sean-perkins sean-perkins merged commit a393d2a into feature-8.0 Jan 30, 2024
44 checks passed
@sean-perkins sean-perkins deleted the sp/FW-4914 branch January 30, 2024 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: angular @ionic/angular package package: core @ionic/core package package: vue @ionic/vue package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants