Hi,
Configuration
ionic/angular project.
ionic: 5.4.16
angular: 8.2.14
My problem:
I created a reactive form with an ion-select inside with multiple selection.
Display is hugly because ionic does not display all the text and it is not usable as it is.
I just want to customize the size of the text or make it wrap.
Question:
I need to set this style at component level because my component is in a shared library.
I try to use “interfaceOptions” without any success.
Thanks for help,