Update phone number input comments

This commit is contained in:
Hannu Lyytikainen 2018-04-06 10:20:20 +03:00
parent fdc725d6f6
commit eb7c13d719

View file

@ -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';