Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readmd - Updates to the sample code #111

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 17, 2019

  1. Update README.md

    1. The code in the original file has 2 bugs (see below), which I fixed. 
      1.a the "state" statement has syntax issues 
      1.b. the statement with "this.MultiSelect" produces an error. 
    
    2. The new code demonstrates some advanced features (see below.)
      2.a. Using multiple components on the same screen 
      2.b. For a component with single-selection, updating the dropdown's name/label (the selectText prop) dynamically to display the selected option 
      2.c. an example for the callback function for the "onAddItem" prop
    Bilal-Abdeen committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    4f2a529 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Bilal-Abdeen committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    facf6f9 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Bilal-Abdeen committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    ca1a304 View commit details
    Browse the repository at this point in the history