Patrick Longo

Results 3 comments of Patrick Longo

> use also `value={price}` > > Full example: > > ```tsx > value={price} > selectAllOnFocus > onChange={(_, val) => setPrice(val)}/> > ``` Tks man! Its worked for me!

> Still not working for me, do you any comment? Thanks My full code for this lib: https://github.com/patricklongo1/gympoint-web/blob/master/src/pages/PlanRegister/index.js @important: import CurrencyInput from 'react-currency-input'; const [priceMonth, setPriceMonth] = useState(''); function handleInput(floatvalue)...