hplx-react-elements-dev 1.1.30 → 1.1.31
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.
- package/dist/esm/index.js +1 -4
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -18632,6 +18632,7 @@ var InputTag = function InputTag(_a) {
|
|
|
18632
18632
|
}, 0);
|
|
18633
18633
|
setDivIndex(index + 1);
|
|
18634
18634
|
setFocusIndex(-1);
|
|
18635
|
+
focusIndex < 0 && handleValChange && handleValChange(newTagList.filter(Boolean).join(", "), tagInputValue.trim(), "");
|
|
18635
18636
|
} else if (e.keyCode === 13 && inputValue.trim().length <= 1) {
|
|
18636
18637
|
setFocusIndex(-1);
|
|
18637
18638
|
|
|
@@ -18854,10 +18855,6 @@ var InputTag = function InputTag(_a) {
|
|
|
18854
18855
|
padding: '2px'
|
|
18855
18856
|
},
|
|
18856
18857
|
className: "focus-visible:hplxt-outline-0 hplxt-border-0 focus:hplxt-border-0",
|
|
18857
|
-
onChange: function onChange(e) {
|
|
18858
|
-
handleValueChange(e);
|
|
18859
|
-
getInputValue(e.target.value);
|
|
18860
|
-
},
|
|
18861
18858
|
onKeyDown: function onKeyDown(e) {
|
|
18862
18859
|
return addTagsfromDiv(e, index);
|
|
18863
18860
|
}
|