mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Update phone number input comments
This commit is contained in:
parent
fdc725d6f6
commit
eb7c13d719
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
/**
|
||||
* A text field with phone number formatting. By default uses formatting
|
||||
* rules defined in the fiFormatter.js file. To change the formatting
|
||||
* provide alternative implementations for the format and parse functions
|
||||
* that are passed to the input field.
|
||||
*/
|
||||
import React from 'react';
|
||||
|
||||
import { TextInputField } from '../../components';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue