jmix-projects / jmix-ui

DEPRECATED. Use https://github.com/jmix-framework/jmix
https://www.jmix.io
3 stars 7 forks source link

FileUpload component doesn't show file name #714

Closed gorbunkov closed 2 years ago

gorbunkov commented 3 years ago

Add fileUpload field to the screen:

<fileUpload id="fileUpload" showFileName="true"/>

Run the application and upload the file using the component.

Actual result: the attachment (12kb) text is written instead of file name

image

Expected result: the uploaded file name is displayed

glebshalyganov commented 3 years ago

See https://github.com/Haulmont/jmix-localfs/issues/4

reznikova21 commented 2 years ago

1.2.0-SNAPSHOT - verified