React中input框为只读状态

React中input框只读状态

<input type="text" rereadOnly={true} defaultValue={“helloworld”} />

DOM事件:rereadOnly={true}
实现需求:"hello world"只可以被复制,不可以被修改

你可能感兴趣的:(input,tsx/jsx,reactjs)