Page 1 of 1

[Issue] Object type "File" / Hidden

Posted: Wed Feb 14, 2018 1:58 pm
by toms
Hi,

Setting Access = Hidden doesn't hide a file object.
access_hidden.png
file_object.png

Re: [Issue] Object type "File" / Hidden

Posted: Thu Feb 15, 2018 1:50 am
by admin
toms,

There is no reason create a hidden Input:File.

An Input:File is essentially a Graphic User Interface used to select a file.

If you hide it, then it has no use.

If you want to put a hidden file on an Edit Form, you should do it with a hidden text area.

Steven

Re: [Issue] Object type "File" / Hidden

Posted: Thu Feb 15, 2018 5:04 pm
by toms
Steven,

I just wanted to temporarily hide the field since it's "under construction" and I don't want the user to see it. But I can resort to nuHide()

Re: [Issue] Object type "File" / Hidden

Posted: Thu Feb 15, 2018 5:52 pm
by admin
.