wbraganca / yii2-dynamicform

It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility.
Other
435 stars 438 forks source link

[3.0.0] Considerations for the new version #163

Open wbraganca opened 7 years ago

wbraganca commented 7 years ago

The current implementation of "yii2-dynamicform" has presented several problems with third-party widgets, many users have had problems mainly with updates of kartik extensions. The approach created to support third-party widgets is wrong. The way I think is best, is to make "yii2-dynamicform" only support core yii2 widgets, however, allow third-party widgets are easily coupled as a plugin.

For the new version of "yii2-dynamicform" we intend to:

I would be grateful if someone could suggest other improvements.

jonatasfl commented 7 years ago

Suggestion: Add built-in methods like Yii2-relationtrait: See here

newerton commented 6 years ago

+1