diff --git a/API.md b/API.md index 29d1155..2db16df 100644 --- a/API.md +++ b/API.md @@ -118,7 +118,7 @@ Whenever the form becomes valid the "onValid" handler is called. Use it to chang #### onInvalid() ```html - + ``` Whenever the form becomes invalid the "onInvalid" handler is called. Use it to for example revert "onValid" state.