## Summary When setting `isReadOnly`, `react-ace` doesn't set the textarea to read only ## Expected output HTML ```html <textarea readonly="true" /> ``` Example of potentially how to implement this can be found in Kibana: [editor_example.tsx#L34-L45]( https://github.com/elastic/kibana/blob/master/src/plugins/console/public/application/components/editor_example.tsx#L34-L45)
Summary
When setting
isReadOnly,react-acedoesn't set the textarea to read onlyExpected output HTML
Example of potentially how to implement this can be found in Kibana: editor_example.tsx#L34-L45