File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
templates/plate-playground-template/src/components/ui Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ const InlineCombobox = ({
124
124
} , [ editor , element ] ) ;
125
125
126
126
const { props : inputProps , removeInput } = useComboboxInput ( {
127
- cancelInputOnBlur : false ,
127
+ cancelInputOnBlur : true ,
128
128
cursorState,
129
129
ref : inputRef ,
130
130
onCancelInput : ( cause ) => {
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ Use the [CLI](https://platejs.org/docs/components/cli) to install the latest ver
10
10
11
11
## June 2025 #23
12
12
13
+ ### June 26 #23 .7
14
+ - ` inline-combobox ` : Fixed combobox not closing when clicking outside the editor
15
+
13
16
### June 24 #23 .6
14
17
- ` transform.ts ` : add ` toggleCodeBlock ` to ` setBlockMap ` . Fix the structural error of the code_block created by ` turn-into-toolbar-button.tsx ` .
15
18
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ const InlineCombobox = ({
124
124
} , [ editor , element ] ) ;
125
125
126
126
const { props : inputProps , removeInput } = useComboboxInput ( {
127
- cancelInputOnBlur : false ,
127
+ cancelInputOnBlur : true ,
128
128
cursorState,
129
129
ref : inputRef ,
130
130
onCancelInput : ( cause ) => {
You can’t perform that action at this time.
0 commit comments