--- order: 30 title: zh-CN: Disabled Input Debug en-US: Disabled Input Debug debug: true --- ## zh-CN Test disabled Input with validate state ## en-US Test disabled Input with validate state ```tsx import { Form, Input } from 'antd'; import React from 'react'; const App: React.FC = () => (