We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normal Form modify method is no issue but ChildForm modify method is no correctly.
$parentForm->modify( 'child_field_key', 'text', array_merge($child->getOptions(), ['attr' => ['disabled' => 'disabled']) );
avobe disabled option is not reflected
disabled
$child->setOptions('attr', ['disabled' => 'disabled'])
above 'disabled' option it will work
The text was updated successfully, but these errors were encountered:
yes same probleme for me! modify method does not correctly change options on child form
Sorry, something went wrong.
@kristijanhusak @mikeerickson I don't use modify(). You?
modify()
mikeerickson
No branches or pull requests
Normal Form modify method is no issue
but ChildForm modify method is no correctly.
avobe
disabled
option is not reflectedabove 'disabled' option it will work
The text was updated successfully, but these errors were encountered: