Gemfury
Why Gemfury?
Push, build, and install
RubyGems
npm packages
Python packages
Maven artifacts
PHP packages
Go Modules
Debian packages
RPM packages
NuGet packages
Sign in
Sign up
Browse
Tags
5 versions
skava
/
ui-component-library
js
Repository URL to install this package:
Version:
0.9.6 ▾
Details
ui-component-library
/
src
/
forms
/
README.md
Size: Mime:
FORMS
read this
google fundementals on forms
reactjs official forms
material design text input fields
material design errors
material design search
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
https://github.com/Threestup/react-forms/tree/master/src/Form
https://redux-form.com/7.1.0/docs/api/props.md
https://codesandbox.io/s/mZRjw05yp
https://medium.com/@KozhukharenkoN/react-form-validation-with-mobx-8ce00233ae27
https://github.com/foxhound87/mobx-react-form/issues/248
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