UG4 / lua-table-spec-proposal

Specification Proposal for Lua-Tables
3 stars 0 forks source link

if the validation fails for an entry, the visualization is replaced with a generic ui #16

Closed miho closed 5 years ago

miho commented 5 years ago

If the validation fails, the current implementation replaces the cell-ui in the table with a generic text field. In the case of file-dialogs and other non-standard cell-uis, this is problematic because users cannot open the file again using the dialog since the browse-button has been removed. They are forced to reopen the validation file or to manually enter the file name into the text field.