@secondstaxorg/sscomp 1.9.51 → 1.9.52

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
@@ -16706,7 +16706,7 @@ const CountrySelector = (props) => {
16706
16706
  )
16707
16707
  )
16708
16708
  )
16709
- , React$1.createElement('input', { type: "text", placeholder: _optionalChain$z([labelOverrides, 'optionalAccess', _10 => _10.search]) || 'Search', value: qryStr, onChange: (e)=>{filterList(e.target.value);}, className: "country-selector search-input" , autoFocus: true, onFocus: ()=>{
16709
+ , React$1.createElement('input', { type: "text", placeholder: _optionalChain$z([labelOverrides, 'optionalAccess', _10 => _10.search]) || 'Search', value: qryStr, onChange: (e)=>{filterList(e.target.value);}, className: "country-selector search-input" , onFocus: ()=>{
16710
16710
  if (readonly) return
16711
16711
  setOpened(true);},
16712
16712
  onBlur: ()=>{