psaia / react-serial-forms

A lightweight and extendable SSR-friendly form library (for React).
167 stars 18 forks source link

Warning: `value` prop on `input` should not be null #26

Closed tkandr closed 8 years ago

tkandr commented 8 years ago

Just updated to react 15.0.1 and got this warning:

Warning: value prop on input should not be null. Consider using the empty string to clear the component or undefined for uncontrolled components.

https://github.com/facebook/react/pull/5048

psaia commented 8 years ago

I was just about to add an issue for supporting 15.x. Looking in to it today.

psaia commented 8 years ago

@tkandr Let me know how it works out for you.

tkandr commented 8 years ago

@petesaia Seems you forgot to update npm package :)

psaia commented 8 years ago

Done!