alexanderar / Mvc.CascadeDropDown

MIT License
26 stars 12 forks source link

Ampersand breaking cascades #30

Closed wolfgangjt closed 6 years ago

wolfgangjt commented 6 years ago

When the selected value has an ampersand in the text, it breaks the value retrieve for the child.

For example, I select 'PH&T', the value the controller action receives is just 'PH', thus none of the child options populate.

Any suggestions?

alexanderar commented 6 years ago

@wolfgangjt, I fixed the issue and released a new 2.0.2 version.

I am waiting for your feedback on this issue to close ticket.

wolfgangjt commented 6 years ago

Yeah, works 100%, thanks! I actually made the same changes later that day and completely forgot to check this. You rock!