NasExt / DependentSelectBox

DependentSelectBox control for Nette Framework
MIT License
22 stars 26 forks source link

Add type checks to multi choice signal procesing #42

Closed r-st closed 3 years ago

r-st commented 3 years ago

Values from multiple choice select are returned as an array, not a string in latest Nette versions.

Also value might be a null if not set.