Skip to content

Commit 38817db

Browse files
add resettable prop to SelectInputProps
1 parent 959b735 commit 38817db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ra-ui-materialui/src/input/SelectInput.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ export type SelectInputProps = Omit<CommonInputProps, 'source'> &
395395
disableValue?: string;
396396
emptyText?: string | ReactElement;
397397
emptyValue?: any;
398+
resettable?: boolean;
398399
// Source is optional as AutocompleteInput can be used inside a ReferenceInput that already defines the source
399400
source?: string;
400401
onChange?: (event: ChangeEvent<HTMLInputElement> | RaRecord) => void;

0 commit comments

Comments
 (0)