Skip to content

Commit

Permalink
update component comment description
Browse files Browse the repository at this point in the history
  • Loading branch information
harryturr committed Sep 2, 2020
1 parent e4026e6 commit 5601ec3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ const omit = (key, obj) => {
}

/**
* A basic HTML input control for entering text, numbers, or passwords.
* Adapted dcc input component for persistence tests.
*
* Note that checkbox and radio types are supported through
* the Checklist and RadioItems component. Dates, times, and file uploads
* are also supported through separate components.
* Note that some unnecessary props have been removed.
*/
export default class MyPersistedComponent extends PureComponent {
constructor(props) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ const omit = (key, obj) => {
}

/**
* A basic HTML input control for entering text, numbers, or passwords.
* Adapted dcc input component for persistence tests.
*
* Note that checkbox and radio types are supported through
* the Checklist and RadioItems component. Dates, times, and file uploads
* are also supported through separate components.
* Note that some unnecessary props have been removed.
*/
export default class MyPersistedComponentNested extends PureComponent {
constructor(props) {
Expand Down

0 comments on commit 5601ec3

Please sign in to comment.