SelectBaseProps interface
Signature
export interface SelectBaseProps<T> extends SelectCommonProps<T>, SelectAsyncProps<T>
Import
import { SelectBaseProps } from '@grafana/ui';
Properties
Property | Type | Description |
---|---|---|
invalid | boolean |
invalid property
Signature
invalid?: boolean;