You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/MultiSelect/MultiSelect.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ export type MultiSuggestFieldProps<T> = MultiSuggestFieldCommonProps<T> &
139
139
* Its value does not represent a string but a stack of objects.
140
140
*
141
141
* Example usage: input field for user created tags.
142
-
*
142
+
*
143
143
* Attention: there may be another `MultiSelect` component in future but this will be a re-implemented `Select` like element allowing multiple selections.
144
144
*/
145
145
exportfunctionMultiSuggestField<T>({
@@ -546,7 +546,7 @@ export function MultiSuggestField<T>({
546
546
547
547
// we still return the Blueprint element here because it was already used like that
548
548
/**
549
-
* @deprecated (v25) use directly <MultiSuggestField<TYPE>> (`ofType` also returns the original BlueprintJS element, not ours!)
549
+
* @deprecated (v26) use directly <MultiSuggestField<TYPE>> (`ofType` also returns the original BlueprintJS element, not ours!)
0 commit comments