From 2cadf9c05262ffd1f5ff8c9aa3e8ed453e71f140 Mon Sep 17 00:00:00 2001 From: Max Huang Date: Sun, 8 Jul 2018 21:30:35 +1000 Subject: [PATCH] Update RRF usage doc --- doc/reactjs-component-usage.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) 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