mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 21:21:19 +10:00
fieldphonenumberinput-allow-props-overwrite
This commit is contained in:
parent
f7d5341988
commit
78f314f791
1 changed files with 1 additions and 1 deletions
|
|
@ -11,10 +11,10 @@ import { format, parse } from './fiFormatter';
|
|||
|
||||
const FieldPhoneNumberInput = props => {
|
||||
const inputProps = {
|
||||
...props,
|
||||
type: 'text',
|
||||
format: format,
|
||||
parse: parse,
|
||||
...props,
|
||||
};
|
||||
|
||||
return <FieldTextInput {...inputProps} />;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue