$allowsClear

a flag that defines whether the list of files can be cleared

boolean $allowsClear;

Default value:

true
Details

If the flag is set, the control can be cleared when the clear() method of the parent form is called, namely, the setValue("") of the control is called. In the uploader, the uploader.files collection is cleared.

Back to top