Disable the textarea.
禁用文本域。
import { DTextarea } from '@react-devui/ui'; export default function Demo() { return <DTextarea placeholder="Show count" maxLength={100} disabled dShowCount />; }