We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63a903 commit 793b943Copy full SHA for 793b943
packages/ra-ui-materialui/src/input/SelectArrayInput.tsx
@@ -145,7 +145,6 @@ export const SelectArrayInput = (props: SelectArrayInputProps) => {
145
146
const handleChange = useCallback(
147
(eventOrChoice: ChangeEvent<HTMLInputElement> | RaRecord) => {
148
- console.log(eventOrChoice);
149
// We might receive an event from the mui component
150
// In this case, it will be the choice id
151
if (eventOrChoice?.target) {
0 commit comments