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

fix(item): input-wrapper now inherits overflow #21282

Merged

Conversation

acurrieclark
Copy link
Contributor

Related to #17670 and pull request #18502

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run build) was run locally and any changes were pushed
  • Lint (npm run lint) has passed locally and any fixes were made for failures

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Currently, a relatively positioned div within an ion-item element cannot overflow any absolutely positioned content it contains.

What is the new behavior?

If the overflow property on the .input-wrapper is set to inherit, it is now possible to overflow as expected.

I realise that this is an addition to a previous pull request (#18502) but I could see no reason to not include the .input-wrapper in the inheritance.

Does this introduce a breaking change?

  • Yes
  • No

@ionitron-bot ionitron-bot bot added the package: core @ionic/core package label May 12, 2020
@liamdebeasi liamdebeasi changed the title fix(ion-item) overflow: inherit is now applied to the .input-wrapper fix(item): input-wrapper now inherits overflow May 27, 2020
@liamdebeasi liamdebeasi merged commit 29d208d into ionic-team:master May 27, 2020
@liamdebeasi
Copy link
Contributor

Merged. Thank you!

@acurrieclark
Copy link
Contributor Author

Most welcome. Thanks Liam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants