1.2.1 • Published 6 years ago

simple_form_utility v1.2.1

Weekly downloads
8
License
ISC
Repository
github
Last release
6 years ago

Form Utility

Simple form utility library.

This form utility library aims to provide developers a time-efficient way of handling common form events, like:

  • Form Validation
  • Form Submission
  • Table Grid Row (within a Table)

But having still the full-control of what happens next after an event happened.

Basic Dependencies

  • Bootstrap version 4 (used for form theme and validation classes)

Optional Dependencies

  • Select2 (If you like to render <select> tag differently from the default Bootstrap theme)
  • jQuery (For you to load the Select2)

Change Log

v1.0.0

  • Initial form-utility setup files and dependencies

v1.0.1

  • Added form input controls serialization with toggling of verbose and not verbose