Skip to main content

All Questions

Tagged with
1 vote
1 answer
179 views

Why does rendering my antd form fail when including a DatePicker?

I have a component that renders a simple form looking like this: const { saveButtonProps, formProps, formLoading, queryResult } = useForm(); return ( <Form {...formProps} layout='vertical'> ...
JDS's user avatar
  • 1,269
2 votes
2 answers
1k views

Ant Design ColorPicker component, transform the value before sending it to the server?

I'm using Refine with Ant Design. I've a form for creating a new tag. The form has a property named background_color, which should be the color in HEX format (i.e. #ff6347). The problem is that <...
gremo's user avatar
  • 48.3k
0 votes
1 answer
183 views

How reset a Select value based on switch off value

hope that are you doing well! I have a little question breaking my head and I don't know how solve it yet. I'm working with React, TypeScript, Ant Design and Refine Framework and have a page component ...
KikoNet's user avatar
1 vote
2 answers
2k views

Ant design multiple select for nested objects

I'm building a dashboard using refine.dev and AntDesign. One of my entities has Many-to-Many relation that is returned in the API as an array of objects with id properties. { "id": 1, &...
Konstantin Bodnia's user avatar