Skip to content

Conversation

@vas3a
Copy link
Collaborator

@vas3a vas3a commented Jul 5, 2023

No description provided.

@vas3a vas3a requested review from jmgasper and kkartunov July 5, 2023 14:03
const fetchSkills = (queryTerm: string): Promise<Option[]> => (
autoCompleteSkills(queryTerm)
.then(skills => (
skills.map(skill => ({
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we here filter out the already selected skills so they do not appear in the results?

memberVariableDeclaration: true,
callSignature: true,
variableDeclaration: true,
variableDeclaration: false,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's discuss this...

@jmgasper jmgasper merged commit 01bfaea into dev Jul 5, 2023
@kkartunov kkartunov deleted the skill-selector-input branch October 17, 2023 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants