Skip to content

2.0#132

Open
asabhaney wants to merge 105 commits into
masterfrom
2.0
Open

2.0#132
asabhaney wants to merge 105 commits into
masterfrom
2.0

Conversation

@asabhaney

@asabhaney asabhaney commented Jun 13, 2018

Copy link
Copy Markdown
Member

Things

  • Form elements can be controlled
  • Form elements can be uncontrolled
  • Form elements can have default values
  • Form elements can be initialized asynchronously
  • Form elements can work without form state (ie. not within a Form component)
  • Radio/Checkbox elements can work without group state
  • Safari autocomplete bug workaround

Uncontrolled Test Cases:

  • No initial val or val set
  • Sync with initial val with form state
  • Sync with initial val without form state
  • Sync without initial val with form state
  • Sync without initial val without form state
  • Async with initial val with form state
  • Async with initial val without form state
  • Async without initial val with form state
  • Async without initial val without form state

Assumptions

  • Change tracking only works for uncontrolled form elements

asabhaney and others added 30 commits January 31, 2017 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants