Ant design always has colons after label in form input. Is it possible to remove that?
https://ant.design/components/form/#components-form-demo-layout
set colon prop for form tag to false
<Form colon={false} > </Form>