@secondstaxorg/sscomp 2.0.62 → 2.0.63
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37163,7 +37163,7 @@ const AmountInput = (props) => {
|
|
|
37163
37163
|
setSelStatus('error');
|
|
37164
37164
|
setErrMsg(_optionalChain$3([labelOverrides, 'optionalAccess', _3 => _3.selectCountryCodeMsg]) || 'Select a country code');
|
|
37165
37165
|
}, __self: undefined, __source: {fileName: _jsxFileName$4, lineNumber: 130}})
|
|
37166
|
-
, React$1.createElement('input', { className: "sr-only", value:
|
|
37166
|
+
, React$1.createElement('input', { className: "sr-only", value: srVal, required: required, onChange: () => {
|
|
37167
37167
|
}, onInvalid: () => {
|
|
37168
37168
|
setSelStatus('error');
|
|
37169
37169
|
setErrMsg(_optionalChain$3([labelOverrides, 'optionalAccess', _4 => _4.requiredFieldMsg]) || 'This field is required');
|