Add display name
This commit is contained in:
parent
523ab69a4e
commit
32aac21a4e
|
|
@ -16,6 +16,7 @@ Formsy.addValidationRule = function (name, func) {
|
|||
};
|
||||
|
||||
Formsy.Form = React.createClass({
|
||||
displayName: 'Formsy',
|
||||
getInitialState: function () {
|
||||
return {
|
||||
isValid: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue