We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f23d8 commit f98255aCopy full SHA for f98255a
development/src/AntDemo.tsx
@@ -49,7 +49,6 @@ const AntDemo = () => {
49
<Form>
50
<FormItem name="phone" rules={[{validator}]}>
51
<PhoneInput
52
- enableArrow
53
enableSearch
54
onChange={(e) => setValue(e as any)}
55
/>
development/src/MuiDemo.tsx
@@ -32,7 +32,6 @@ const Demo = () => {
32
)}
33
<form noValidate autoComplete="off" onSubmit={e => e.preventDefault()}>
34
35
36
37
error={error}
38
variant="filled"
0 commit comments