You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a specific form in two collections.
I don't want to have the same labels in the two.
We should be able to force the language name in the options of the collection.
Form A [
Collection A1 [
Form B
],
Collection A2[
Form B
]
]
Hello,
I use a specific form in two collections.
I don't want to have the same labels in the two.
We should be able to force the language name in the options of the collection.
To fix the problem :
laravel-form-builder/src/Kris/LaravelFormBuilder/Fields/ChildFormType.php
Line 119 in ee4f8f1
Then this code works as expected :
Thank you for your package !
The text was updated successfully, but these errors were encountered: