Error when clicking on input properties

I’m getting this error when I try to click on an input’s properties. Looks like it’s an undefined error:


instrument.ts:132 TypeError: Cannot read properties of undefined (reading ‘length’)
at p_t (FieldPropertiesPanel.tsx:1698:54)
at Ca (react-dom.production.min.js:167:137)
at Es (react-dom.production.min.js:197:258)
at Cs (react-dom.production.min.js:195:204)
at ws (react-dom.production.min.js:194:176)
at Cl (react-dom.production.min.js:297:71)
at bu (react-dom.production.min.js:280:389)
at yu (react-dom.production.min.js:280:320)
at gu (react-dom.production.min.js:280:180)
at au (react-dom.production.min.js:271:88)
at uu (react-dom.production.min.js:273:300)
at Hi (react-dom.production.min.js:127:105)
at react-dom.production.min.js:267:273

This is on a form I created via the API. So I’m assuming there is a missing field property that is causing the undefined error? There a way you can look?

Hi @connerludlow , Can you share the form ID and the input field? We can investigate this further and get back to you!

@kailash yes, here is the form ID: 20ca7fc1-0942-4725-9ecc-e7309ffa78fd (HIPAA Agreement (Portal) [variant-9c1b62d66e4a807d3b0db39dc229fadb]), and it happens on all fields. This was a form created through the API, and it seems consistent on any form I create through the API.

for context, this was resolved in a direct thread. this was the result of an API input issue