493 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
85
views
Is there a way to put all default table header buttons in dropdown menu with antd?
I use Ant-design Pro-Components for one project. Recently I had a problem with default table header buttons. I need to 'hide' them inside menu button that should open dropdown list. However, I can't ...
0
votes
0
answers
48
views
Flask-CORS error when using withCredentials over 2 different Ngrok HTTPS domains
I have a Flask backend running behind Ngrok at:
https://1fb0-219-100-161-121.ngrok-free.app
and a React/UMIJS front-end served (also via Ngrok) at:
https://f52f-219-100-161-121.ngrok-free.app
They ...
0
votes
0
answers
38
views
CORS and session cookie issue between Flask backend (127.0.0.1:5000) and AntdPro(localhost:8000)
I'm developing a fullstack web app with:
Frontend: Ant Design Pro (based on UmiJS)
Backend: Flask + Flask-Session
The frontend runs at http://localhost:8000 and the backend at http://127.0.0.1:5000. I'...
0
votes
1
answer
177
views
Why does my Ant Design CSS breaks while the application is in loading state?
I'm experiencing a styling issue in my application that uses Ant Design. While the application is in a loading state (e.g., during initial page load or lazy-loading of components), the Ant Design ...
0
votes
0
answers
39
views
Save column setting with ProTable in Ant-design
I'm using ProTable in Ant Design. I want to save the column setting (eg: hide a column) so that when I reenter / reload the webpage, previously hidden columns would remain hidden.
I tried to use ...
0
votes
1
answer
65
views
Why is Ant Design TreeSelect clipping values?
I am currently using Ant Design tree select component to filter out sites. I've used mock data for now but my data structure is the same. When I select a parent the children should be expanded, it ...
1
vote
1
answer
393
views
SyntaxError when migrating to vitest from jest
I am migrating a React application from craco/Jest to Vite/Vitest
The application also used AntDesign and before the test was running flawlessy.
React version is 18.20 .
NB we are trying to also mock ...
1
vote
1
answer
111
views
Using antd RangePicker ver 5.6.3 and i want to set disable date range but i can't
Im using antd 5.6.3 version , RangePicker.
I'm trying to allow date range after and before 3 days from Startdate(first selected date). It needs to disable dates right away when user select start date. ...
0
votes
1
answer
206
views
How to Add Borders to Table Rows (Including Expanded Rows) in Ant Design When CSS Overrides Don’t Work?
I'm working with an Ant Design table that includes expandable rows. The table works as expected, but I noticed that none of the rows (main or expanded) have borders, and I’d like to add borders to ...
0
votes
1
answer
46
views
updating few fields of ant design form by using react query. Then update page using queryclient.invalidateQuesries. Page loose focus
I update few fields of a form using ant design using & onFinish= {onFinish}
const onFinish = (values) => {
//pass the field to mutate destructured from useMutation
mutate(values)
...
1
vote
1
answer
50
views
How can I Customize Antdesign Steps?
Is there any way to Customize antdesign steps line?
I am currently working on a next JS project, and we are using module CSS. So, I am recently stuck on customizing these antdesign steps. I was ...
0
votes
1
answer
107
views
I tried to transform the transfer component of the ANT DESIGN framework into a component that supports single selection
In the callback function of api onchange provided to the transfer, I tried to control the data rendered on the page by manipulating the array provided to api targetKeys. but did not take effect
Here ...
0
votes
1
answer
407
views
Antd Form.Item validator doesn't trigger while i change input value via side buttons
I have an input with validator for min / max values. Also there is a button which sets value as max value in this input. The button is out of this form.
I type in input value under min and an error ...
1
vote
0
answers
74
views
Automatic configuration of the dropdown list location in Dropdown antd
I want to set up my drop-down list so that it always unfolds downwards. Using the autoAdjustOverflow={false} property, I get it. But how do I get the same behavior for the second nesting level?
Here ...
0
votes
1
answer
926
views
Ant design charts - Trying to position legend at the bottom of the chart but no luck. Documentation doesn't show solution? https://ant-design-charts
Trying to place the legend at the bottom of the chart for any graph, but don't see any examples and the documentation does not provide a solution it seems (unless theres something I've missed). Any ...