Skip to content

Instantly share code, notes, and snippets.

View Stackout's full-sized avatar
🎯
Focusing

Ryan Hein Stackout

🎯
Focusing
View GitHub Profile
@antoniopresto
antoniopresto / Form.js
Last active November 30, 2019 14:04
Antd Masked Input
import { Form } from 'antd'
import { FormInput } from './antd-masked-input'
export default () => (
<Form>
<FormInput
form={this.props.form} // antd form
mask={'111.111.111-11'}
placeholder=""
label={''}