PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

How can I "textWrap" long strings? #222

Open kafio23 opened 4 years ago

kafio23 commented 4 years ago

Hello! I am using nativescript-vue and I want to show long strings of text as items of my dropdown but I can't use "overflow-wrap" or "textWrap='true'". Is there any alternative for this?

PeterStaev commented 4 years ago

Currently text wrapping is not possible out of the box.

greatbody commented 4 years ago

Hello! I am using nativescript-vue and I want to show long strings of text as items of my dropdown but I can't use "overflow-wrap" or "textWrap='true'". Is there any alternative for this?

Try do something here image