dynamic-forms-bootstrap / InterfaceBsSelectPropsExtends:SelectProps Bootstrap select uses native HTML which only supports string values. The compareWith function signature uses string to match this constraint. Properties Name Type Description compareWith ((o1: string, o2: string) => boolean) | undefined floatingLabel boolean | undefined hint DynamicText | undefined htmlSize number | undefined invalidFeedback DynamicText | undefined multiple boolean | undefined placeholder inherited from SelectProps DynamicText | undefined size "sm" | "lg" | undefined validFeedback DynamicText | undefined