I have a form with Date picker, Time Picker and three or four Select Ant Design components that I am going to use them in edit form. In the edit form, it should get the data from API and show them in the Selects and Pickers and if I want to select another option, I can change it easily. We have default value in Ant Design, but it doesn't let me to change another options.
I just want to get the data from API and put it the date picker, time picker and select and I can sent it to the server. Thank for your helping!
