Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4d35001
Styling - style help text with props
timbielawski Sep 20, 2016
11c312b
if undefined then use default styles
timbielawski Sep 20, 2016
04c35ad
bump
timbielawski Sep 20, 2016
fccbc5f
removing bottom border from android fields
FreddieOD Oct 20, 2016
d7334b1
version bump
FreddieOD Oct 20, 2016
47a8226
remove all underline border
FreddieOD Oct 24, 2016
791fa37
versioning
FreddieOD Oct 24, 2016
9a21016
adding bottom border back again
FreddieOD Oct 24, 2016
6d96d3e
removing separators forcing label to be upper case
FreddieOD Dec 9, 2016
05579ed
add in should component update
timbielawski Mar 27, 2017
1e7b43e
removing duplicate reference to shouldComponentUpdate
FreddieOD Mar 27, 2017
aa5adfc
removing android underline
FreddieOD Mar 28, 2017
6f8d71f
allow no change for android picker field
FreddieOD Apr 12, 2017
6b07de6
adding noDateChange to stop date from updating
FreddieOD Apr 13, 2017
86238d0
fixing bug to allow custom date format - android only
FreddieOD Apr 13, 2017
7e375aa
adding ability to get old date out of onValueChange
FreddieOD Apr 18, 2017
a9ff598
adding old date value to onChange method
FreddieOD Apr 18, 2017
e464002
onChange to use prettyPrint check
FreddieOD Apr 19, 2017
bdab986
input component to be a function of props as opposed to it's state. A…
FreddieOD Apr 29, 2017
6f5482d
undo last stupid fix
FreddieOD Apr 29, 2017
eeabf12
update state when component receives props
FreddieOD May 2, 2017
4701a22
maintenance react 16
FreddieOD Nov 13, 2017
2056924
get rid of View.proptypes
Apr 24, 2018
a2904be
bump
Apr 24, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Created by .ignore support plugin (hsz.mobi)
1 change: 1 addition & 0 deletions node_modules/.bin/loose-envify

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 70 additions & 0 deletions node_modules/asap/CHANGES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions node_modules/asap/LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

237 changes: 237 additions & 0 deletions node_modules/asap/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading