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
1.3.4 version had form with password field. I don't want to render password, so I used $element->clear(). In 2.0.0 it not works.
I tried to do $element->setDefault('')->clear(), but it didn't worked too.
As a workaround I did:
$this->getEntity()->password = '';
But this method has some issues.
The text was updated successfully, but these errors were encountered:
Hello,
1.3.4 version had form with password field. I don't want to render password, so I used $element->clear(). In 2.0.0 it not works.
I tried to do $element->setDefault('')->clear(), but it didn't worked too.
As a workaround I did:
$this->getEntity()->password = '';
But this method has some issues.
The text was updated successfully, but these errors were encountered: