PeterStaev / NativeScript-Drop-Down

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

Ability to Disable a certain items inside the Dropdown #227

Open jcfrane opened 4 years ago

jcfrane commented 4 years ago

Can we add a disabled property on items?

jcfrane commented 4 years ago

Hi @PeterStaev I want to work on this, can you guide me coz I am a beginner only :)

greatbody commented 4 years ago

Hi @PeterStaev I want to work on this, can you guide me coz I am a beginner only :)

You can try to modify the code of nativescript-drop-down in your project's node_modules to validate your way of approach. Then, clone this project and modify code as you do locally. At last, make a PR.