Top "Ant-design-pro" questions

Clear form input field values after submitting in react js with ant-design

I was created a registration page using react. There I have used this following registration form. https://ant.design/components/…

reactjs ant-design-pro
How can I set the size of icons in Ant Design?

So when I'm using an Icon in Ant Design it is always 14 * 14 px. Is there a way to set the …

javascript html reactjs icons ant-design-pro
Ant Design : getFieldDecorator()

import { Form, Input, Tooltip, Icon } from 'antd'; import React , {Component }from 'react'; import ReactDOM from 'react-dom'; export default class RegistrationForm …

reactjs ant-design-pro
How to change Steps Color in ( Ant-design )

I am new to Ant-design. Currently I am working on ReactJs project and I've used Steps in my project. I …

javascript reactjs react-native ant-design-pro
how to Uncheck Checkbox.Group in Antd React.js

I have the following Code using https://ant.design/components/checkbox/, and Trying to uncheck when a checkbox has been …

javascript reactjs antd ant-design-pro
How to dynamically set a required rule to the Form.Item validation

I have a list of parameters that may be checked or not. Its correspondent fields are enabled/disabled in dependence …

reactjs validation antd ant-design-pro
Ant design date and time pickers do not pass value through Formik (react)

I'm currently working on a booking form which is in React using Formik. I've also incorporated Ant Design's Date Picker …

reactjs datepicker formik ant-design-pro
Using customRequest in Ant design file upload

I am using Axios to handle the file upload. I am facing a problem showing the upload progress of the …

javascript reactjs antd ant-design-pro
How to center login form in web page/browser using Antd?

login form <Row type="flex" justify="center" align="center"> <Col span={4} > <form onSubmit={handleSubmit(this.…

reactjs antd ant-design-pro
Async form field validation in ant design

How to validate form fields asynchronously in ant design? <FormItem> {getFieldDecorator('zipcode', { initialValue: `${customer && customer.zipcode ? …

async-await antd ant-design-pro