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
validates :name, uniqueness: true
= simple_form_for [:admin, @team], validate: true, html: { class: type } do |f| div(hint-css) label name = f.text_field :name, class: "form-control",placeholder: 'name'
Only the uniqueness validators not working, has been unable to find the problem.Sorry, English is very poor.
Rails version: 5.1.4
Ruby version: 2.4.0
Client Side Validations version: 10.0.1
The text was updated successfully, but these errors were encountered:
Hi, uniqueness validator support was removed in version 7.0.
You should provide a custom implementation to make it work. Be aware of security issues (data disclosure), brute force attacks and synchronous ajax
Ref: #512 #597 #612 #636 #659 #226 #692 (comment)
Sorry, something went wrong.
No branches or pull requests
model code
html code
results screenshot
Only the uniqueness validators not working, has been unable to find the problem.Sorry, English is very poor.
System configuration*
Rails version: 5.1.4
Ruby version: 2.4.0
Client Side Validations version: 10.0.1
The text was updated successfully, but these errors were encountered: