PeterStaev / NativeScript-Drop-Down

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

seelectedindexchange not working when drop down is collapsed on android. #165

Closed ghost closed 6 years ago

ghost commented 6 years ago

how to get selectedindexchange on android when drop down is collapsed? i hided it because I'm opening dropdown from other element tap event.

PeterStaev commented 6 years ago

The plugin is not meant to be used in such a "hacky" way. So I have no idea why the event it not triggered and how should you handle this problem. I suggest you use the plugin in a normal way and styling it to match your current design.

ghost commented 6 years ago

ok than, if its possible to align text left on trigger but align text center inside dropdown window?

PeterStaev commented 6 years ago

This will be added with #142

ghost commented 6 years ago

when will be available 142?

PeterStaev commented 6 years ago

Sadly I can't give you any ETA. Also currently the way to style child elements of the plugin is a bit tricky and could be changed in a future release due to a submitted issue on the nativescript repo.

ghost commented 6 years ago

@PeterStaev hi, are you working on new version? I need to apply different styles for trigger and drop down :(

ghost commented 6 years ago

@PeterStaev i tried to edit code but there is no comments and idk what i'm doin :/ what is difference between trigger and drop down or spinner? realizedViewType? I want to separate them and hardcode colors and textAlignment

ghost commented 6 years ago

@PeterStaev I did it for android ! 🥇 now how about ios? there is no realizedViewType