alexanderar / Mvc.CascadeDropDown

MIT License
26 stars 12 forks source link

parameter name misspelled #15

Closed DalasNoin closed 7 years ago

DalasNoin commented 7 years ago

you are spelling a parameter like this: disabledWhenParrentNotSelected should be: disabledWhenParentNotSelected

alexanderar commented 7 years ago

You are right. I noticed this issue long time ago and I am planing to fix it in the next major release (version 2) since it is a breaking change and not backward compatible. Thank you