As a form builder user, I want to remove a specific field of my form.
Acceptance Criteria
- Should be possible to delete any field on my form;
- Should be possible to delete a field from itself;
- Should be possible to access the action of delete a field on hover;
- There should be a modal for confirmation of the delete action;
Definition of Done
- ( ) Related tests created and passed successfully;
- ( ) All Acceptance Criteria were passed;
- ( ) Make sure that all system documentation were updated (if necessary);
- ( ) Validated by QA, Product Designer and/or PM;
- ( ) No critical issue related to Story scope (ex.: similar of a FP4, FP5 bug);
- ( ) Code with peer review completed.