This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useEffect, useRef, useState, type FC, type MouseEvent } from 'react'
|
||||
import { useEffect, useRef, useState, type FC, type MouseEvent as ReactMouseEvent } from 'react'
|
||||
import { ArrowDown2, CloseCircle, TickSquare } from 'iconsax-react'
|
||||
import { clx } from '../helpers/utils'
|
||||
import type { ItemsSelectType } from './Select'
|
||||
@@ -55,7 +55,7 @@ const MultiSelect: FC<Props> = ({
|
||||
}
|
||||
}
|
||||
|
||||
const handleClear = (e: MouseEvent) => {
|
||||
const handleClear = (e: ReactMouseEvent) => {
|
||||
e.stopPropagation()
|
||||
onChange([])
|
||||
onBlur?.()
|
||||
|
||||
Reference in New Issue
Block a user