fix the issue with edit boxes losing input on the metadata page by using our...
fix the issue with edit boxes losing input on the metadata page by using our full database metadata endpoint to load all our necessary information at one time. part of the underlying problem is that we were looping over the tables to get the metadata and each time the data updated we re-rendered our form and it would clear existing input, so while loading was happening it was easy to lose your input.
Please register or sign in to comment