ionic-framework icon indicating copy to clipboard operation
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

Open JulienLecoq opened this issue 1 year ago • 0 comments

Prerequisites

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

JulienLecoq avatar Aug 18 '24 22:08 JulienLecoq