Skip to content

Commit ef0587e

Browse files
committed
Remove BS4 reference
1 parent 3bfa932 commit ef0587e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Typeahead/Typeahead.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ export interface TypeaheadComponentProps extends Partial<TypeaheadProps> {
5252
emptyLabel?: ReactNode;
5353
flip?: boolean;
5454
/**
55-
* Bootstrap 4 only. Adds the `is-invalid` classname to the `form-control`.
55+
* Adds the `is-invalid` classname to the `form-control`.
5656
*/
5757
isInvalid?: boolean;
5858
/**
5959
* Indicate whether an asynchronous data fetch is happening.
6060
*/
6161
isLoading?: boolean;
6262
/**
63-
* Bootstrap 4 only. Adds the `is-valid` classname to the `form-control`.
63+
* Adds the `is-valid` classname to the `form-control`.
6464
*/
6565
isValid?: boolean;
6666
maxHeight?: string;

0 commit comments

Comments
 (0)