react-codemirror2
react-codemirror2 copied to clipboard
Codemirror integrated components for React
Hello, I'm trying to update my app to React 18 but I'm seeing some unexpected behavior with the cursor jumping while typing, as well as indentation not working the same...
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
I'm encountering an accessibility issue when using the JAWS screen reader with react-codemirror2. For example, when typing a word (e.g., "car") and pressing backspace, JAWS reads "blank" instead of the...
Links that are embedded in markdown format opens a new tab by default and does not announce via aria-labels that a new tab will be opened upon activation of the...
出现2个编辑框
```tsx import React, {useEffect, useState, useCallback} from "react"; import {UnControlled as CodeMirror} from "react-codemirror2"; // // 脚本 import "codemirror/lib/codemirror.js"; // // 样式 import "codemirror/lib/codemirror.css"; // // 模型 import "codemirror/mode/properties/properties.js"; import...
Please add support for react 19. Thanks.
Hi, It is mentioned in the docs that after importing this file 'codemirror/addon/search/match-highlighter', this 'highlightSelectionMatches' option can be added which can be enabled to highlight all instances of the selected...