I am experiencing a weird behavior when hiding a c...
# suitebuilder
c
I am experiencing a weird behavior when hiding a checkbox field in a workflow. The field works normally without the hidden feature, but with it enabled it like pushes it the far right edge of the screen regardless of how big the browser window is.
k
Can you use disabled instead of hidden?
I almost never use hidden anymore.
Too many unintended consequences.
c
Disabled works better, but I was hoping to hide them from the page
However with this formatting issue I think disabling would be better
Funny since if they start disabled and then I check and uncheck the main box 1 the "hidden" works fine. It seems to be an issue with loading the fields in a hidden state