tombenner / wp-mvc

An MVC framework for WordPress
http://wpmvc.org
MIT License
623 stars 172 forks source link

Select input field correction #232

Closed gilbertk88 closed 5 years ago

gilbertk88 commented 5 years ago

Issue #231 to correct drop-down input field

cyberscribe commented 5 years ago

Thanks for this contribution. We should check that data['.$this->model_name.']['.$field_name.']' is set before calling this. Also, what bug is this fixing?