kiban-design-system 1.1.9-hotfix.0 → 1.1.10-hotfix.0
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.css.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30551,6 +30551,7 @@ const AlphaZipCodeInput = ({ label, isRequired, items, onBlur, onFocus, onChange
|
|
|
30551
30551
|
if (onFocus)
|
|
30552
30552
|
onFocus();
|
|
30553
30553
|
};
|
|
30554
|
+
// eslint-disable-next-line max-len
|
|
30554
30555
|
const handleOnChange = (event) => {
|
|
30555
30556
|
const isValid = /^[0-9]+$/i.test(event.target.value) || event.target.value === '';
|
|
30556
30557
|
if (isValid && onChange) {
|