Field
Install
import React from 'react';
import { Field } from 'vant-react';Usage
Basic Usage
<Field />Require Field
<Field label='Required' required />Custom Types
<Field label='Text' type='text' />
<Field label='Phone' type='tel' />
<Field label='Digit' type='digit' />
<Field label='Number' type='number' />
<Field label='Password' type='password' />Disabled
Colon
ShowIcon
Field Events
Field Ref
Auto Focus
Error Info
Max Length Word Limit
Field With Button
Formatter
Label Utilities
Label Input Alignment
Auto Resize
API
Props
Event
Last updated
Was this helpful?