unicef / material-ui-currency-textfield

Currency textfield for React Material UI

Home Page:https://unicef.github.io/material-ui-currency-textfield/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wants to disable the onWheel event I am using this CurrencyTextField in Redux form

Dhirajbhujbal opened this issue · comments

wants to disable the onWheel event I am using this CurrencyTextField in Redux form

CurrencyTextField
className='form-control'
// autoFocus={false}
currencySymbol="₹"
value={value}
textAlign="left"
minimumValue={0}
onChange={(event, value) => {
this.props.change('*****', value);
}} />

'****' is not a valid number