I'm making a form which includes v-select control with long string items such as
long string item to display Head
long string item to display Hands
And so on.
The v-select control will be display by using cellphones so the users should read each item, instead the following
- long string ítem...
- long string ítem...
Is there an option to display the complete item text into the list items?
properties: {
slotProps: {
type: "string",
title: "Custom enums",
enum: [
'long string item to display in devices with small screens and Head',
'long string item to display in devices with small screens and Hands',
'long string item to display in devices with small screens and Eyes',
'long string item to display in devices with small screens and Stomach',],
},
}
Here are some screen captures: