Skip to content

readme / documentation should say what the default prop values are #26

@max-carroll

Description

@max-carroll

I had to open up the source code to see what the default proptypes were,

static defaultProps = {
onChange: () => {},
onAuthenticate: () => {},
onAuthFailed: () => {},
scope:['https://www.googleapis.com/auth/drive.readonly'],
viewId: 'DOCS',
authImmediate: false,
multiselect: false,
navHidden: false,
disabled: false
};

We need to have a table which says what props there are and what the type is and what the default is

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions