我正在使用 react bootstrap,这个框架提供了一些不错的 FormControls。
但我想让在 FormControls 中生成的 Input 字段具有 readonly="readonly" 的props。这样,这个字段看起来和我的其他 FormControls 一样,但在 IOS 上不提供键盘输入。
在我的情况下,输入将由日历选择器提供,该选择器将由弹出窗口触发。
有谁知道如何给FormControl 参数readonly="readonly",这样浏览器中生成的Input 字段就会有prop readonly="readonly"?
非常感谢答案!