Questions tagged [foundation-abide]

Abide is the form validation library built into Zurb Foundation

Abide is a form validation library that extends the HTML5 validation API with custom validators.

7 questions
3
votes
1 answer

Firefox input pattern regex range

This is related to the same problem as this question: Firefox error: Unable to check input because the pattern is not a valid regexp: invalid identity escape in regular expression When using escaped characters in the pattern attribute,…
duncan
  • 31,401
  • 13
  • 78
  • 99
2
votes
2 answers

Abide Foundation - triggering valid.fndtn.abide

I'm using Abide to run validation on a form, which is working fine. However I'm trouble performing an action if the form is valid or invalid. HTML:
fractal5
  • 2,034
  • 4
  • 29
  • 50
0
votes
1 answer

js Foundation Abide input form error remains visible after button clicked

I'm using Foundation Abide for an input form validation, specifically I want to check, that the value in the field is non-negative and non-empty, therefore I'm using the following Validator: function minZeroValidator($el, required, parent) { …
LaLeLo
  • 137
  • 1
  • 9
0
votes
1 answer

foundation 6 abide not showing the message

I'm facing a very weird problem. My error message is not showing below is my codepen https://codepen.io/cancerian73/pen/eoaYga
San
  • 1,237
  • 1
  • 14
  • 29
0
votes
1 answer

Validation when only spaces inserted - Foundation Abide

I`m a beginner in Foundation. I just got a task to fix issues in a form created with Foundation. And its validation is done with Foundation Abide. The issue is, in the HTML i can see "required" is added, and when we add only spaces in input field,…
Vineeth Vijayan
  • 1,215
  • 1
  • 21
  • 33
0
votes
1 answer

Foundation Missing CSS in Essential package

on the download page it says that the package essential (foundation-6.3.0-essential) contains Reveal Modal and Abide validation but after downloading see that it's not there in css.
0
votes
1 answer

Foundation's Abide validation and tabs

Abide from version 5.5.2 does not validate hidden fields. However, that also means that the validation does not work for fields in inactive tabs. Sample code could be: