diff --git a/doc/reactjs-component-usage.md b/doc/reactjs-component-usage.md index fa8195bb..b6b4868d 100644 --- a/doc/reactjs-component-usage.md +++ b/doc/reactjs-component-usage.md @@ -366,27 +366,7 @@ Or, you could also use the normalize abstraction at `Field` level, check the dis Create an adapter with cleave.js: -```js -import Cleave from 'cleave.js/react'; - -const renderCleaveField = field => ( - -) -``` - -Render it into the normal `redux-form` `Field` - -```js -
- - - - -``` - -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) +[here](https://github.com/nosir/cleave.js/issues/335#issuecomment-402936738) ## References