python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Ant design File upload drag and drop not working properly
I am using Ant design in my project. For file upload, I am using Dragger from Ant Design.
The issue is, when i set multiple = false and maxCount = 1, i can drag multiple files. Though its randomly upl...

Ahsan Aasim
Votes: 0
Answers: 0
antd v3 create form not available
The code below is using antd v3,for the antd v4 the form.create() is already not available, I read the documentation,it shows to replace the form.create() by useform.I tried to put it in the code(the ...
HaHa
Votes: 0
Answers: 1
Antd create form
Form.create() is not working on antd v4. How to make this code executable at antd v4
const EditableRow = ({ form, index, ...props }) => (
<EditableContext.Provider value={form}>
<tr ...
HaHa
Votes: 0
Answers: 1
How to Change Button Text in the EditableProTable in Ant Design Pro
Im creating a Editable ProTable with Ant design pro and i cannot find any solution for change the button text.
<EditableProTable
rowKey="id"
headerTitle="Add Reci...
Muditha
Votes: 0
Answers: 1