ionic-framework
ionic-framework copied to clipboard
feat: Add a lines property to ion-select so that we can customise the lines of the ion-item within the ion-select
Prerequisites
- [X] I have read the Contributing Guidelines.
- [X] I agree to follow the Code of Conduct.
- [X] I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
Add a lines property to ion-select so that we can customise the lines of the ion-item within the ion-select.
Describe the Use Case
In my mobile application, every ion-item inside an ion-list use the lines property to "full". I wish I could have the same setting for the ion-select so that ion-select, especially using the interface Popover looks more like my other ion-lists.
Describe Preferred Solution
Just add the lines property similar to the one on ion-list, see:
- https://ionicframework.com/docs/api/list#lines
- https://ionicframework.com/docs/api/list#list-lines
Describe Alternatives
No response
Related Code
No response
Additional Information
No response