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
Does not work in the form of a $elemnt->clear() while transfer in the form of any entity.
$confirmPassword = new Password('confirmPassword', [ 'placeholder' => '***********', ]); $confirmPassword->addValidator( new Confirmation([ 'with' => 'password', 'message' => 'Пароли должны совподать' ]) ); $confirmPassword->clear();
The field is not cleared. If only to refresh the page.
The text was updated successfully, but these errors were encountered:
@Semihal Could you please take a look at #12280? In general this is what you need. Right?
Sorry, something went wrong.
Fixed in 3.0.x branch. Could you please check 3.0.x branch?
3.0.x
git clone [email protected]:phalcon/cphalcon.git cd cphalcon git checkout 3.0.x zephir fullclean zephir build
Yes, thank you
sergeyklay
No branches or pull requests
Does not work in the form of a $elemnt->clear() while transfer in the form of any entity.
The field is not cleared. If only to refresh the page.
Details
The text was updated successfully, but these errors were encountered: