You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
9
9
### Added
10
10
11
11
- Extended existing height and readOnly props from `CodeEditorProps` to `AutoSuggestionProps` & `ExtendedCodeEditorProps` to be configurable from `<CodeAutocompleteField />`
12
-
- `<CodeAutocompleteField />:
12
+
-`<CodeAutocompleteField />`:
13
13
- outerDivAttributes parameter: Allows to set parameter of the container div element of the code complete field.
14
14
15
15
### Fixed
@@ -18,6 +18,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
18
18
- Editor is re-created after certain property changes and is reset, i.e. loses it current state.
19
19
- <CodeAutocompleteField />:
20
20
- Read-only mode does not work correctly. It is still possible to change the value via pressing Enter (in multiline mode) or clicking the clear button.
21
+
-`<CodeEditor />`:
22
+
- Enter key handling (adding new line) broken when `onKeyDown` is defined.
23
+
-`<CodeAutocompleteField />`:
24
+
- First auto-completion item not marked as active when drop down first shown.
0 commit comments