i'm using ant form, form.item, input etc... I made a page but the inputs are resized automatically when they are clicked.
how can I prevent it to be happen explicitly?
and I'm also struggling with applying css file to those antd components.
here's some code
<Form labelCol= wrapperCol= layout="vertical" scrollToFirstError={true} onFinish={handleSubmit}>
<Form.Item required={true} label="input placeholder" >
<Input name="name" value={state.name} onChange={handleChange} placeholder="example)... "/>
</Form.Item>
...
Via Active questions tagged javascript - Stack Overflow https://ift.tt/2FdjaAW
Comments
Post a Comment