chore: reverting the smol changes to the public API
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ type Props<TFieldValue extends string> = {
|
||||
textFieldProps?: Omit<TextFieldProps, 'required' | 'fullWidth'>;
|
||||
};
|
||||
|
||||
export const AutocompleteTextField = <TFieldValue extends string = string>({
|
||||
export const AutocompleteTextField = <TFieldValue extends string>({
|
||||
name,
|
||||
options,
|
||||
required,
|
||||
|
||||
Reference in New Issue
Block a user