You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
<Form.Item className='form_item' name='ssn' rules={[ { required: true, message: 'Please input your US social security number', whitespace: true, }, { message: 'Only numbers must be entered', pattern: new RegExp(/^\d{3}-\d{2}-\d{4}$/), } ]} > <MaskedInput mask="000-00-0000" /> </Form.Item>
I got the value of this form item from api. But after replacing the with , the value are not showed.
Thank you.
The text was updated successfully, but these errors were encountered: