Skip to content

Commit 0603d6d

Browse files
committed
postpone ofType removement to v26, keep it as deprecated in v25
1 parent 92115bb commit 0603d6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/MultiSelect/MultiSelect.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export type MultiSuggestFieldProps<T> = MultiSuggestFieldCommonProps<T> &
139139
* Its value does not represent a string but a stack of objects.
140140
*
141141
* Example usage: input field for user created tags.
142-
*
142+
*
143143
* Attention: there may be another `MultiSelect` component in future but this will be a re-implemented `Select` like element allowing multiple selections.
144144
*/
145145
export function MultiSuggestField<T>({
@@ -546,7 +546,7 @@ export function MultiSuggestField<T>({
546546

547547
// we still return the Blueprint element here because it was already used like that
548548
/**
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!)
550550
*/
551551
MultiSuggestField.ofType = BlueprintMultiSelect.ofType;
552552

0 commit comments

Comments
 (0)