Skip to content

Update onboarding to use new skill selector component #698

@jmgasper

Description

@jmgasper

@suppermancool - We created a new skill selector component that will be common to both the onboarding and profile apps via this ticket: #685

#697

You can use it simply by:

<InputSkillSelector onChange={(d) => console.log(d)}/>

Note that currently the input does not autosave the changes. this will happen when we have the API in place, but we can add the component now.

The only "output" from the input is the onChange which is triggered any time the user adds/removes a skill.

Let me know if you need anything else added.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions