mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-16 20:39:24 +00:00
fix hw7
This commit is contained in:
@@ -21,7 +21,7 @@ const SuperSelect: React.FC<SuperSelectPropsType> = (
|
||||
|
||||
const onChangeCallback = (e: ChangeEvent<HTMLSelectElement>) => { // делают студенты
|
||||
onChange?.(e)
|
||||
onChangeOption?.(e.currentTarget.value)
|
||||
onChangeOption?.(+e.currentTarget.value)
|
||||
}
|
||||
|
||||
const finalSelectClassName = s.select + (
|
||||
|
||||
Reference in New Issue
Block a user