JonathanDn / vue-dropdown

A highly dynamic vue dropdown component
39 stars 12 forks source link

Added "disabled" option #13

Closed Awatea closed 4 years ago

Awatea commented 4 years ago

For issue: https://github.com/JonathanDn/vue-dropdown/issues/4

JonathanDn commented 4 years ago

@Awatea I now see 1 more fix needed.

rename the function you made checkDropdownHandler to shouldToggleDropdown and take the toggleDropdownOptions function logic and put inside it. Then just remove toggleDropdownOptions completely.

This will be more readable and also resolve the conflict

JonathanDn commented 4 years ago

Good job @Awatea !