Skip to content

Latest commit

 

History

History
147 lines (126 loc) · 8.64 KB

form.md

File metadata and controls

147 lines (126 loc) · 8.64 KB

Bookmarks tagged [form]

https://indepth.dev/i-changed-my-implementation-of-an-extremely-deeply-nested-angular-reactive-form-...

TL;DR:

  1. Analyze a reactive form to identify the scopes for refactoring.
  2. Modularize the code by refactoring for better separation of concerns.
  3. Refactor the way the Reactive Form is generated i...

https://developer.mozilla.org/en-US/docs/Web/API/File/Using_files_from_web_applications

Using the File API, which was added to the DOM in HTML5, it's now possible for web content to ask the user to select local files and then read the contents of those files. This selection can be done b...


https://github.com/twitter/typeahead.js

A fast and fully-featured autocomplete library.


https://github.com/aehlke/tag-it

A jQuery UI plugin to handle multi-tag fields as well as tag suggestions/autocomplete.


https://github.com/ichord/At.js

Add GitHub like mentions autocomplete to your application.


https://github.com/jamesallardice/Placeholders.js

A JavaScript polyfill for the HTML5 placeholder attribute.


https://github.com/yairEO/fancyInput

Makes typing in input fields fun with CSS3 effects.


https://github.com/xoxco/jQuery-Tags-Input

Magically convert a simple text input into a cool tag list with this jQuery plugin.


https://github.com/BankFacil/vanilla-masker

A pure javascript mask input.


https://github.com/IonDen/ion.checkRadio

jQuery plugin for styling checkboxes and radio-buttons. With skin support.


https://github.com/LeaVerou/awesomplete

Ultra lightweight, usable, beautiful autocomplete with zero dependencies. - http://leaverou.github.io/awesomplete


https://github.com/amsul/pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.


https://github.com/eternicode/bootstrap-datepicker

A datepicker for @twitter bootstrap forked from Stefan Petre's (of eyecon.ro), improvements by @eternicode.


https://github.com/dbushell/Pikaday

A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS.


https://github.com/fullcalendar/fullcalendar

Full-sized drag & drop event calendar (jQuery plugin).


https://github.com/bevacqua/rome

A customizable date (and time) picker. Dependency free, opt-in UI.


https://github.com/felicegattuso/datedropper

datedropper is a jQuery plugin that provides a quick and easy way to manage dates for input fields.


https://github.com/brianreavis/selectize.js

Selectize is the hybrid of a textbox and select box. It's jQuery based and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.


https://github.com/select2/select2

a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.


https://github.com/harvesthq/chosen

A library for making long, unwieldy select boxes more friendly.