You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ONLY if defaultValue IS NOT specified, then Errors on JS console appear when typing into text field, in case dropdown was not touched before.
version: 1.0.0
<AXAInputPhoneReact/>
index.react.js?e32a:582 Uncaught TypeError: Cannot read properties of undefined (reading 'split')
at AXAInputPhone.validatePhoneNumber (index.react.js?e32a:582:1)
at AXAInputPhone.change (index.react.js?e32a:603:1)
at AXAInputText.eval [as handleInput] (index.react.js?7548:800:1)
at EventPart.handleEvent (parts.js?5c8e:462:1)
at HTMLInputElement.EventPart.__boundHandleEvent (parts.js?5c8e:428:1)
The text was updated successfully, but these errors were encountered:
MarekLacoAXA
changed the title
input phone / react: TypeError: Cannot read properties of undefined (reading 'split')
input phone / react: when no defaultValue: Cannot read properties of undefined (reading 'split')
Apr 26, 2022
markus-walther
added
Accepted
A feature request or issue is accepted and will be implemented
and removed
Accepted
A feature request or issue is accepted and will be implemented
labels
May 16, 2022
ONLY if defaultValue IS NOT specified, then Errors on JS console appear when typing into text field, in case dropdown was not touched before.
version: 1.0.0
The text was updated successfully, but these errors were encountered: