furqanZafar / react-selectize

http://furqanzafar.github.io/react-selectize/
Apache License 2.0
704 stars 138 forks source link

Lack Validation function #195

Open xyuae opened 6 years ago

xyuae commented 6 years ago

The normal form of a component 'required' which prevents user from submit the form with no input is not functional in the SimpleSelect component.

Setting the property required = {true} in the component doesn't pass into the property of input div