[AAE-2984] fix save not modified Form with dropdown (#5976)

* fix save not modified Form with dropdown

* Update form-field.model.ts

* Update form-field.model.ts

* fix empty value scenario

* fix unit
This commit is contained in:
Eugenio Romano
2020-08-12 22:34:16 +01:00
committed by GitHub
parent 9b3efb5502
commit 8a6358ef44
5 changed files with 38 additions and 34 deletions

View File

@@ -62,7 +62,7 @@ export const fakeForm: any = {
1: [
{
fieldType: 'RestFieldRepresentation',
id: 'label',
id: 'dropdownId',
name: 'Label',
type: 'dropdown',
value: 'Choose one...',