instantsearch.js 4.64.1 → 4.64.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4822,6 +4822,12 @@ declare type SearchBoxWidgetParams = {
4822
4822
  * once `<Enter>` is pressed only.
4823
4823
  */
4824
4824
  searchAsYouType?: boolean;
4825
+ /**
4826
+ * Whether to update the search state in the middle of a
4827
+ * composition session.
4828
+ * @default false
4829
+ */
4830
+ ignoreCompositionEvents?: boolean;
4825
4831
  /**
4826
4832
  * Whether to show the reset button
4827
4833
  */
@@ -4822,6 +4822,12 @@ declare type SearchBoxWidgetParams = {
4822
4822
  * once `<Enter>` is pressed only.
4823
4823
  */
4824
4824
  searchAsYouType?: boolean;
4825
+ /**
4826
+ * Whether to update the search state in the middle of a
4827
+ * composition session.
4828
+ * @default false
4829
+ */
4830
+ ignoreCompositionEvents?: boolean;
4825
4831
  /**
4826
4832
  * Whether to show the reset button
4827
4833
  */