Skip to content

Commit f98255a

Browse files
committed
Disable arrows
1 parent a2f23d8 commit f98255a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

development/src/AntDemo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ const AntDemo = () => {
4949
<Form>
5050
<FormItem name="phone" rules={[{validator}]}>
5151
<PhoneInput
52-
enableArrow
5352
enableSearch
5453
onChange={(e) => setValue(e as any)}
5554
/>

development/src/MuiDemo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const Demo = () => {
3232
)}
3333
<form noValidate autoComplete="off" onSubmit={e => e.preventDefault()}>
3434
<PhoneInput
35-
enableArrow
3635
enableSearch
3736
error={error}
3837
variant="filled"

0 commit comments

Comments
 (0)