biothings / discovery-app

The Data Discovery Engine project by the CD2H Data working-group
http://discovery.biothings.io
Apache License 2.0
4 stars 12 forks source link

Editor fixes #244

Closed marcodarko closed 9 months ago

marcodarko commented 9 months ago

Fixes a lag on text field as validation used to happen as you type, now there's a keyup delay to allow users to finish typing.

When editing a custom property the property is no longer deleted by default and then resubmitted, instead the props are updated if needed or added as new properties.
UI updates depending if you are adding a new prop or updating an existing one.
Ability to cancel the add/update action.