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
Is there anyway to only hide a form input on the dropdown. only (Input Type)
We basically have something like this in our template so we can have inputs like Review Type, evidence source etc, but we do not want them to select those input types in the dropdown
the ones in red i would like to exclude, any idea on how to achieve this? we want certain inputs to be hidden on the input dropdown only, but still show up on the builder if they are part of a template
The text was updated successfully, but these errors were encountered:
i tried looking into just manipulating the dom to remove them but couldnt get an elegant solution, also tried changing the library files but couldnt get them to show up correctly if i got them removed from the dropdown
@raymond-lam - any work arounds for now? tried manipulatijng library files or even using mutationobservers to just manually delet from dom but not getting an elegant solution
Is there anyway to only hide a form input on the dropdown. only (Input Type)
We basically have something like this in our template so we can have inputs like Review Type, evidence source etc, but we do not want them to select those input types in the dropdown
the ones in red i would like to exclude, any idea on how to achieve this? we want certain inputs to be hidden on the input dropdown only, but still show up on the builder if they are part of a template
The text was updated successfully, but these errors were encountered: