just-paja/improtresk-web

View on GitHub
src/forms/fields/phoneField.js

Summary

Maintainability
A
0 mins
Test Coverage
import textField from './textField'

export default props => textField({
  maxLength: 32,
  minLength: 9,
  ...props
})