@secondstaxorg/sscomp 1.8.42 → 1.8.43

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/index.js CHANGED
@@ -18854,9 +18854,9 @@ const DropdownList = (props) => {
18854
18854
  )
18855
18855
  )
18856
18856
  , React$1.createElement('input', { type: "text", placeholder: "Search", value: qryStr, onChange: (e)=>{filterList(e.target.value);}, className: `dropdown-field search-input ${err ? 'error' : ''}`, autoFocus: true, onFocus: ()=>{setOpened(true);}, onBlur: ()=>{
18857
- /*setTimeout(()=>{
18858
- setOpened(false)
18859
- },200)*/
18857
+ setTimeout(()=>{
18858
+ setOpened(false);
18859
+ },200);
18860
18860
  }, __self: undefined, __source: {fileName: _jsxFileName$R, lineNumber: 157}})
18861
18861
  )
18862
18862