Added phone number to vendor fields IO-414
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { forwardRef } from "react";
|
||||
import NumberFormat from "react-number-format";
|
||||
function FormItemPhone(props, ref) {
|
||||
return <NumberFormat {...props} ref={ref} type="tel" format="###-###-####" />;
|
||||
return <NumberFormat {...props} className='ant-input' ref={ref} type="tel" format="###-###-####" />;
|
||||
}
|
||||
|
||||
export default forwardRef(FormItemPhone);
|
||||
|
||||
Reference in New Issue
Block a user