duan602728596 / antd-schema-form

Based on Ant Design, interactive forms can be generated through JSON Schema configuration. - 基于Ant Design,可以通过JSON Schema配置生成可交互的表单。
https://duan602728596.github.io/antd-schema-form/#/
MIT License
170 stars 28 forks source link

Disable html autocomplete #22

Open snaquaye opened 3 years ago

snaquaye commented 3 years ago

Hello, This is more like a question. How can I disable autocomplete for forms generated by antd-schema-form

Thanks

duan602728596 commented 3 years ago

You can try custom components, and then set autocomplete="off" for the form controls.