react-ace
react-ace copied to clipboard
React Ace Component
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 18.7.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [ace-builds](https://github.com/ajaxorg/ace-builds) from 1.4.14 to 1.9.5. Release notes Sourced from ace-builds's releases. v1.5.0 1.5.0 (2022-05-12) Features Added ability to configure certain format options for beautify extension (20275de) Bug Fixes snippets...
# Unable to restrict built-in functions in programs Hi, I'm veera . Now i'm working in online examination test conducting project. I need to restrict some built-in fucntions on code...
Hi Team, How to access the reference of AceEditor component in a functional component using `useRef` hook? I'd like to enable find, findAll features in the editors. It seems that...
# What's in this PR? `newLineMode` is not a boolean, update it according to https://github.com/ajaxorg/ace/wiki/Configuring-Ace#session-options
# Problem Functions>Form control element has no associated label, During the execution of AVT test, we observed the AVT issue on textarea that has not associated label ## Sample code...
Is it possible to specify custom components to use for the autocomplete completions?  Currently it just shows the `description` (Customer entries) and `meta` (Table). I would like to customise...
Getting the following error in version 1.5.3 of ace-builds. node_modules/react-ace/lib/types.d.ts:124:11 - error TS2430: Interface 'IRenderer' incorrectly extends interface 'VirtualRenderer'. Types of property 'scroller' are incompatible. Type 'HTMLDivElement | undefined' is...
# Problem Hello, thanks for your nice job. I use `mode='json'`, how can I enable json syntax check, and show a lint? like this: I'm very looking forward to your...
# Unable to infer path to ace from script src I am using react ace in my Next.js Project, so far the editor seems to work but my chrome dev...