Hello, I just noticed that if I add browserInputType: "email" to a ComboBoxItem (with addUnknownValues:true), when I choose a value from the pickList I get this error:
is this a not supported setting, or is it a bug?
Code:
[Warning] *23:02:22.175:WARN:Log:InvalidStateError: The input element's type ('email') does not support selection. (ISC_Core.js, line 33352) Stack from error.stack: setSelectionRange@[native code] setSelectionRange@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Forms.js:37470:38 invokeSuper@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:7448:49 Super@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:7265:32 setSelectionRange@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Forms.js:53816:26 selectValue@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Forms.js:37530:31 pickValue@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Forms.js:75536:44 itemClick@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Forms.js:54979:35 recordClick@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Forms.js:54866:31 rowClick@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Grids.js:47294:29 invokeSuper@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:7448:49 Super@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:7265:32 rowClick@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Forms.js:54783:19 anonymous@ _rowClick@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Grids.js:13678:40 invokeSuper@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:7448:49 Super@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:7265:32 _rowClick@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Grids.js:15730:35 click@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Grids.js:13634:26 handleClick@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:106181:38 bubbleEvent@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:64543:44 handleClick@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:61550:35 _handleMouseUp@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:61235:65 handleMouseUp@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:61076:40 dispatch@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:66359:34 anonymous@ [Error] InvalidStateError: The input element's type ('email') does not support selection. dispatch (ISC_Core.js:66363) anonymous (Script anonimo 1 (linea 3:138))
Comment