@secondstaxorg/sscomp 1.7.36 → 1.7.37

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
@@ -16612,11 +16612,11 @@ const CountrySelector = (props) => {
16612
16612
 
16613
16613
  , React$1.createElement(DropdownField$2, { className: selStatus, __self: undefined, __source: {fileName: _jsxFileName$R, lineNumber: 80}}
16614
16614
  , React$1.createElement('button', { ref: buttonRef, type: "button", className: "country-selector", onBlur: ()=>{
16615
- /*if (!searchable){
16615
+ if (!searchable){
16616
16616
  setTimeout(()=>{
16617
- setOpened(false)
16618
- },200)
16619
- }*/
16617
+ setOpened(false);
16618
+ },200);
16619
+ }
16620
16620
  }, onMouseUp: ()=>{
16621
16621
  if (opened){
16622
16622
  setTimeout(()=>{
@@ -16670,9 +16670,9 @@ const CountrySelector = (props) => {
16670
16670
  )
16671
16671
  )
16672
16672
  , React$1.createElement('input', { type: "text", placeholder: "Search", value: qryStr, onChange: (e)=>{filterList(e.target.value);}, className: "country-selector search-input" , autoFocus: true, onFocus: ()=>{setOpened(true);}, onBlur: ()=>{
16673
- /*setTimeout(()=>{
16674
- setOpened(false)
16675
- },200)*/
16673
+ setTimeout(()=>{
16674
+ setOpened(false);
16675
+ },200);
16676
16676
  }, __self: undefined, __source: {fileName: _jsxFileName$R, lineNumber: 139}})
16677
16677
  )
16678
16678