Top "Antd" questions

This tag should be used for any questions regarding the Ant Design.

defaultValue or value not working on FormItem ANTD

I tried using the following code and the field never gets bind. The onChange property works well const { getFieldDecorator, getFieldError, …

reactjs typescript antd
Ant Design - prevent table row click in specific column/area

I'm using ant design table component. I have "actions" column that I don't want the onRowClick event will trigger in …

antd
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
Get value of another column in an ant.design Table's column?

In my react and ant.design based app, I've a table with the following columns. const tableColumns = [{ title : 'Lorem', dataIndex : …

javascript arrays reactjs antd
How to hide the OK and Cancel buttons of antd Modal?

I wrote a Signup component, which is basically as follows: const Login = ( <Modal> <NormalLoginForm/ ... </NormalLoginForm > &…

reactjs antd
How to fix "Type '{}' is missing in the following properties..." error in Typescript?

I'm new to Typescript and therefore having a problem about it. I'm using Ant Design and followed how to use …

reactjs typescript types antd
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
antd design select placeholder issues

I am using antd design in my React app. Here's a code snippet where I am facing the issues : <…

javascript reactjs redux create-react-app antd
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 do I use .babelrc to get babel-plugin-import working for antd?

I'm new to react, babel, and antd. I installed react and started a project using create-react-app. I installed antd (ant.…

babeljs create-react-app antd