Skip to content

Commit cf1c9ba

Browse files
committed
Add comment in ArticleEditorDrawer for MultipleSelector usage reference
1 parent 486faae commit cf1c9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Editor/ArticleEditorDrawer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ const ArticleEditorDrawer: React.FC<Props> = ({ article, open, onClose }) => {
167167
{_t("Select tags to help categorize your article.")}
168168
</FormDescription>
169169
<FormControl>
170+
{/* https://shadcnui-expansions.typeart.cc/docs/multiple-selector#Async%20Search%20and%20Creatable%20and%20Group */}
170171
<MultipleSelector
171172
maxSelected={10}
172173
onSearch={async (searchTerm) => {

0 commit comments

Comments
 (0)