Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  ..
  deps
  form
  input
  __unused
  deps
  __unused
  input
  README.md
  index.ts
Size: Mime:

FORMS

read this

  1. google fundementals on forms
  2. reactjs official forms
  3. material design text input fields
  4. material design errors
  5. material design search
  6. material design formatting data {such as dates, numbers}

types

see inputs.d.ts

ObserverForm

  • renders javascript inputsList into an observable controlled input

ObserverInput

  • renders any type of input, takes in a state via props, or defaults to making one

related

todo

  • NEEDS TO SAVE FORM STATES TO THE LOCALSTORAGE
  • CAN SYNC THE DEFINITIONS WITH STATE TREE IF NEEDED
  • Google address auto suggest state issue
  • Should have tests for the validators & for the functionality - really need to unit test these
  • Events for input
  • Dev tools
  • Should support arrays of plugins, to use multiple types, or add wrappers
  • link to commits in skreact history