We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfa932 commit ef0587eCopy full SHA for ef0587e
src/components/Typeahead/Typeahead.tsx
@@ -52,15 +52,15 @@ export interface TypeaheadComponentProps extends Partial<TypeaheadProps> {
52
emptyLabel?: ReactNode;
53
flip?: boolean;
54
/**
55
- * Bootstrap 4 only. Adds the `is-invalid` classname to the `form-control`.
+ * Adds the `is-invalid` classname to the `form-control`.
56
*/
57
isInvalid?: boolean;
58
59
* Indicate whether an asynchronous data fetch is happening.
60
61
isLoading?: boolean;
62
63
- * Bootstrap 4 only. Adds the `is-valid` classname to the `form-control`.
+ * Adds the `is-valid` classname to the `form-control`.
64
65
isValid?: boolean;
66
maxHeight?: string;
0 commit comments