PeterStaev / NativeScript-Drop-Down

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

Arrow in Angular #130

Closed n4lexeev closed 6 years ago

n4lexeev commented 7 years ago

Hello, how to add arrow to open dropdown in angular ?

PeterStaev commented 6 years ago

Hey @Nurgunkalol , you can create a custom button that has an arrow image and combine that in a GridLayout together with the drop down. Then you can handle the tap event of the button and call the open() method of the drop down.

PeterStaev commented 6 years ago

No further response so closing this one for now. In case you still have problems, please provide more details.