-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
if u try use hooks.. its do not works.
Ex:
const [price, setPrice] = useState('');
<CurrencyInput
decimalSeparator=","
thousandSeparator="."
prefix="R$ "
onChangeEvent={(event, maskedvalue, floatvalue) =>
setPrice(floatvalue)
}
/>
the input keep reseting...
can someone try fix this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels