@danikokonn/yarik-frontend-lib 2.0.57-test → 2.0.58-test1

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.
@@ -38,7 +38,7 @@ const RichFilterTextField = ({ filterExpr, filterExprHist, fields, operators, ad
38
38
  inputRef.current.selectionEnd = cursorPos;
39
39
  }
40
40
  updateHints();
41
- }, [cursorPos]);
41
+ }, [cursorPos, search]);
42
42
  const handleChange = (value, _idx) => {
43
43
  setSearch(value);
44
44
  onChange(value, (v) => setSearchHist(v));
@@ -152,7 +152,7 @@ const RichFilterTextField = ({ filterExpr, filterExprHist, fields, operators, ad
152
152
  // setCursorPos(inputRef.current?.selectionStart ?? null);
153
153
  // }}
154
154
  onKeyUp: handleKeyUp, onKeyDown: handleKeyDown, slotProps: {
155
- root: {
155
+ htmlInput: {
156
156
  onClick: (e) => {
157
157
  if (Object(e).target !== Object(e).currentTarget)
158
158
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danikokonn/yarik-frontend-lib",
3
- "version": "2.0.57-test",
3
+ "version": "2.0.58-test1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "author": "",