The Wayback Machine - https://web.archive.org/web/20201203192336/https://github.com/topics/form-validation
Skip to content
#

form-validation

Here are 707 public repositories matching this topic...

BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.
  • Updated May 18, 2019
  • JavaScript
cxjs
JoRomcevicS
JoRomcevicS commented Nov 30, 2018

It will be nice to have style options for MsgBox: option to define class, different mods for each button (right now we can define mod but it is the same for both buttons). Also, it will be great to add icons to the MsgBox buttons (button consistency). Thanks!

svelte-forms-lib
ohmaye
ohmaye commented Mar 20, 2020

Is your feature request related to a problem? Please describe.
Feature request: Expose "key" in key.js.

Thanks! I've used Formik in the past and your implementation is very easy to understand.
I needed to use textarea and checkboxes (modifying value to true/false), but the slots in Form don't give me access to the "key" to the store. So, I couldn't add custom components.

**Describe t

Herteby
Herteby commented Oct 24, 2019

For a long time I thought this was impossible to do without writing toString/fromString functions for your custom types, but I just realized that you can make it work by instead using the list index of the options as the "value", and then in the onChange decoder use that index to retrieve the item from the passed in options list.

Here's a demo: https://ellie-app.com/7253Q8THR2xa1

Improve this page

Add a description, image, and links to the form-validation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the form-validation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.