Skip to content

Commit

Permalink
Fix distinct option override on playground (GH-118)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyomVancyan authored Feb 3, 2025
2 parents 72c04d6 + b028b56 commit 70746c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/antd4.x/src/Demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ const Demo = () => {
<Form form={form} onFinish={handleFinish}>
<FormItem name="phone" rules={[{validator}]}>
<PhoneInput
distinct={distinct}
disabled={disabled}
enableArrow={arrow}
enableSearch={search}
Expand Down
1 change: 1 addition & 0 deletions examples/antd5.x/src/Demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ const Demo = () => {
<Form form={form} onFinish={handleFinish}>
<FormItem name="phone" rules={[{validator}]}>
<PhoneInput
distinct={distinct}
disabled={disabled}
enableArrow={arrow}
enableSearch={search}
Expand Down

0 comments on commit 70746c9

Please sign in to comment.