Prerequisites
Describe the Feature Request
Currently ion-select is limit in customizations when using shadows or boxing the input since the width and overflow is set on a wrapping div without a part-attribute to access it. It is also different from the ion-input HTML structure, maybe because of the "dropdown" but I think it would also work without that wrapping div.

Describe the Use Case
We are trying to make every input to look the same, this works for most Ionic input components but is hard to accomplish with ion-select. Box shadow is removed due to overflow and it cannot go full width.

Describe Preferred Solution
Use the same input HTML structure like in the other input components, reduce the wrapping or add a new part attribute to allow more customizations.
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
Prerequisites
Describe the Feature Request
Currently
ion-selectis limit in customizations when using shadows or boxing the input since the width and overflow is set on a wrapping div without apart-attribute to access it. It is also different from theion-inputHTML structure, maybe because of the "dropdown" but I think it would also work without that wrapping div.Describe the Use Case
We are trying to make every input to look the same, this works for most Ionic input components but is hard to accomplish with
ion-select. Box shadow is removed due to overflow and it cannot go full width.Describe Preferred Solution
Use the same input HTML structure like in the other input components, reduce the wrapping or add a new part attribute to allow more customizations.
Describe Alternatives
No response
Related Code
No response
Additional Information
No response