Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Validator to compare two daterange fields issues in comarision #645

Open
rehan4uusmalik opened this issue Dec 15, 2018 · 0 comments
Open

Comments

@rehan4uusmalik
Copy link

  dateRangeStart: function($el) {  // starts date input 
  
    if(checkDateRangeValue())
        return true;
  },
  dateRangeEnd: function($el) { // end date input 
    if(checkDateRangeValue())
        return true;  
              
  }

In my case, if I set the start date with the error then on set the end date with correct it is still showing the submit button disabled. Could I can set the start or end date input as valid.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant