Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nosir/cleave.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nosir committed Mar 10, 2019
2 parents 3bc8ca9 + deebe5c commit 3bfd3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ It returns an object, which has a target key, value is the formatted and raw inp
new Cleave('.my-input', {
creditCard: true,
onValueChanged: function (e) {
// e.target = { value: '5000-1234', rawValue: '51001234' }
// e.target = { value: '5100-1234', rawValue: '51001234' }
}
});
```
2 changes: 1 addition & 1 deletion doc/reactjs-component-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Then it just works.

Or, you could also use the normalize abstraction at `Field` level, check the discussion [here](https://github.com/nosir/cleave.js/issues/159#issuecomment-326487309)

### How to use it with Redux Final Form
### How to use it with React Final Form

Create an adapter with cleave.js:

Expand Down

0 comments on commit 3bfd3c5

Please sign in to comment.