PeterStaev / NativeScript-Drop-Down

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

Ios feature/text alignment different than label #217

Closed AWhiteSheep closed 4 years ago

AWhiteSheep commented 4 years ago

To be able to text-align the items from the item picker in ios straight through an attribute. You could add itemsTextAlignment="css-text-align" to the DropDown element.

PeterStaev commented 4 years ago

Changes are included in #218 with added android support.