Closed (fixed)
Project:
Clientside Validation
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2017 at 07:40 UTC
Updated:
9 Jun 2019 at 05:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nikunjkotechaHi @saranya purushothaman,
It seems working fine with latest dev version for Body field. I'll check for the file field.
For validation on blur, this seems to be a new feature request for D8 version of the module. In any case can you please create a separate issue for that since both are not related to each other?
Thanks,
Nikunj
Comment #3
nikunjkotechaThis seems to be an issue in core, check https://www.drupal.org/project/drupal/issues/2938441 for more details.
Not closing this for now, should be closed once the core issue is fixed and module's functionality validated.
Comment #4
nikunjkotechaComment #5
kswamy commented@nikunjkotecha Are there any plans to work on blur event ? Because of this in many cases when user enters and erases the field's value the error message is not shown.
In the D7 documentation I can see that the validation can be done based on various events.
Refer https://www.drupal.org/node/1324924. Is there any specific reason these are not provided for D8? Please clarify
Comment #6
kswamy commentedComment #7
nikunjkotechaI see no reason for that, patches welcome :)
Comment #8
nikunjkotechaAdd config to force validation on blur.
See https://stackoverflow.com/questions/29521336/jquery-validate-plugin-vali... for more details on change that is done.
Comment #10
nikunjkotechaAdded configuration to force validation on blur.