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

Added a new resource #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Components come unstyled, so take a look at [demo.jsx](https://github.com/kaivi/
* **change**: function which will receive a plain object with a single key, provided in _propName_

### Optional
* **validate**: validator function, returning a boolean
* **validate**: validator function, returning a [boolean](https://www.scaler.com/topics/boolean-in-javascript/)
* **shouldBlockWhileLoading**: disables editing until a new value is confirmed by parent
* **shouldRemainWhileInvalid**: remain in editing mode if validation fails
* **defaultProps**: Additional props for idle component.
Expand Down Expand Up @@ -123,4 +123,4 @@ The build process does not work with Node v6 at the moment: use [Node Version Ma
4. Open `index.html` and check if it works
5. Open JS console in browser, set `localStorage.debug = '*'` to see debug messages, add more if necessary
6. ???
7. Submit a pull request
7. Submit a pull request