Skip to content

Commit

Permalink
chore(react): fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Oct 9, 2023
1 parent 42d30c7 commit 9062c46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/testing-library__jest-dom": "^5.14.5",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?acf69507a3f1c83401f1d4b49e4ab8813b174165",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f",
"@wso2/stylelint-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f",
"babel-jest": "^29.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const meta = {
title: StoryConfig.Autocomplete.hierarchy,
};

<Meta title={meta.title} component={meta.component} />
<Meta title="Inputs/Autocomplete" component={Autocomplete} />

export const Template = args => <Autocomplete {...args} />;

Expand All @@ -26,6 +26,7 @@ Autocomplete is a conventional text input field that is improved with a panel di
### Combination box

The textbox's value needs to be chosen from a predefined set of allowed values.

<Canvas>
<Story
name="Combination box"
Expand Down Expand Up @@ -55,6 +56,7 @@ The textbox's value needs to be chosen from a predefined set of allowed values.
### Multiple values

This is also known as tags, this allows the user to enter more than one value.

<Canvas>
<Story
name="Multiple values"
Expand Down

0 comments on commit 9062c46

Please sign in to comment.