Currently I am building an interface for a user to edit elements in the app database.
The database consists of different elements that can have 3 parameters I want allow the user to edit.
It can be text, list of links or list of attachments.
To edit text data it is easy, as I just do a search for the point I want the user to be able to edit and give auto binding on an multiline-input field, so he can change it anytime needed.
But how to create a field that will display all the links and attachments (files), that they will be easily editable by user?
Input fields do not work properly with that type of data.
What would you girls/guys recommend there?