cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Title component doens't show all the information in iOS - SAP mdk

SebastianPaz
Discoverer
0 Likes
510

Hello, I have a title componente that has to show information, but it cuts the information on iOS. I want to show all the information. How can I solve this trouble?

SebastianPaz_0-1741364881583.png

 

Accepted Solutions (0)

Answers (2)

Answers (2)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Likes

iOS list picker has been enhanced to wrap the long values now in MDK 25.6.0. 

Since it looks like the title is really just intended to show a text block and won't be editable you could also use a label control instead which will wrap.

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Likes

Title displays a single line of text.  If you need multiple lines you can consider the Note control (if editing is needed) or the Label control (if display only)

SebastianPaz
Discoverer
0 Likes
I have the same problem with ListPicker, how can I solve this problem in iOS??
bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Likes
I believe the iOS list picker is also a single line by design. You could explore using an Object Cell list picker and putting the long text in the description to see if that rendres better but will still need a Title I believe for the object cell. It is not something I have played with myself.