informatics-isi-edu / chaise

An adaptive user interface for the Deriva platform.
https://www.isi.edu/isr/
Apache License 2.0
9 stars 6 forks source link

Fix issues related to ellipsis logic for recordedit inputs (foreign key, boolean, file, iframe) #2465

Open RFSH opened 2 weeks ago

RFSH commented 2 weeks ago

For the inputs that users are not directly typing the input value (foreign key, boolean, file, iframe), we've used the ellipsis class. This way when the displayed text is longer than the available width, we would truncate the content.

But there are two issues:

RFSH commented 2 weeks ago

@ladukaraniket If you don't have access to the page that I mentioned above, you can use the table I just added to ermestdatautils.

In this commit I added a test-table to defaults.json. So you can use the node createDefaults for creating this (like you've been doing for array before). You can then to the recordedit page for this table and test this.