We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
distinct
2 parents 72c04d6 + b028b56 commit 70746c9Copy full SHA for 70746c9
examples/antd4.x/src/Demo.tsx
@@ -165,6 +165,7 @@ const Demo = () => {
165
<Form form={form} onFinish={handleFinish}>
166
<FormItem name="phone" rules={[{validator}]}>
167
<PhoneInput
168
+ distinct={distinct}
169
disabled={disabled}
170
enableArrow={arrow}
171
enableSearch={search}
examples/antd5.x/src/Demo.tsx
@@ -170,6 +170,7 @@ const Demo = () => {
172
173
174
175
176
0 commit comments