react-simple-code-editor icon indicating copy to clipboard operation
react-simple-code-editor copied to clipboard

readonly

Open DevMammadov opened this issue 4 years ago • 2 comments

Current behaviour

only editable

Expected behaviour

i want to make it readonly untill user click to edit button with readonly={true || false} method

Code sample

<Editor readonly={true} />

DevMammadov avatar Oct 27 '21 07:10 DevMammadov

If you examine the code you will notice that you can pass readOnly or disabled as booleans. Pass readOnly and not readonly.

rivaslive avatar Mar 23 '22 15:03 rivaslive

It's a shame that the creator of this package no longer supports it.

rivaslive avatar Mar 23 '22 15:03 rivaslive