yii-joblo / multimodelform

Yii extension multimodelform
13 stars 9 forks source link

Duplicate data field #4

Closed jaime-franco closed 10 years ago

jaime-franco commented 10 years ago

Hi, i'm using the extension with all my fields as combobox, and when i update the multiform, the multimodelform add a extra field to my data base.

jaime-franco commented 10 years ago

This happen most of the time when the combobox have data by default...

yii-joblo commented 10 years ago

A new record will be saved if not all element values are empty. When using combobox you shoud always add a empty value as first item.