- );
- },
- onFocus,
- }}
- error={!!(touched && (error || submitError))}
- label={
-
- }
- InputLabelProps={getLabelProps({
- htmlFor: id,
- })}
- helperText={
-
- }
- variant={variant}
- margin={margin}
- color={color as any}
- size={size as any}
- disabled={disabled}
- {...inputProps}
- {...options}
- />
-
- {getSuggestions(suggestionFilter).map(
- (suggestion, index) => (
+ {selectedItems.map(
+ (item, index) => (
+
+ )
+ )}
+
+ ),
+ endAdornment: loading && (
+