selectFile()
opens the dialog for selecting an image
selectFile(): void;
Example
form.getItem("avatar").selectFile();
The type and extension of the selected image depends on the accept property in the control's configuration.
opens the dialog for selecting an image
Example
form.getItem("avatar").selectFile();
The type and extension of the selected image depends on the accept property in the control's configuration.