### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success. ### Ionic Framework Version - [ ] v4.x - [X] v5.x - [ ] v6.x ### Current Behavior **ion-item** combined with **stacked ion-label** loses **item-label-stacked** class once **ion-chip** is added inside **ion-item**. ### Expected Behavior ion-item stays in stacked mode after ion-chip is added ### Steps to Reproduce - Create ion-item with input and add chip elements which will be populated once input changes. - Once an ion-chip is added inside the ion-item element the ion-item loses the item-label-stacked class. ### Code Reproduction URL https://github.com/astukanov/ion-label-stacked-with-chip-bug ### Ionic Info _No response_ ### Additional Information _No response_