@dartech/arsenal-ui 1.5.69 → 1.5.70
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -65,6 +65,7 @@ export type ControlAutocompleteProps = Omit<AutocompleteProps<unknown, boolean,
|
|
65
65
|
requiredErrorText?: string;
|
66
66
|
startAdornment?: InputProps['startAdornment'];
|
67
67
|
endAdornment?: InputProps['endAdornment'];
|
68
|
+
placeholder?: string;
|
68
69
|
};
|
69
70
|
/**
|
70
71
|
* Material UI `Autocomplete` controlled component. Used with react-hook-form
|