material-ui-phone-number icon indicating copy to clipboard operation
material-ui-phone-number copied to clipboard

onChange is not working

Open waqas837 opened this issue 4 years ago • 3 comments
trafficstars

onChange is not working how to get input values

waqas837 avatar May 04 '21 05:05 waqas837

onChange is working here. Can you provide a code example and explain what you're trying to achieve so you can receive the help you need?

yasamoka avatar May 23 '21 04:05 yasamoka

I think Formik onChange expects event from where the value is taken here So, use: onChange={(value) => setFieldValue('XXXXX', value)}

andreieuganox avatar Oct 24 '21 10:10 andreieuganox