Ruslan

Results 1 comments of Ruslan

Hey guys! I am using inputRef to display color value ``` ..... const colorRef = useRef(null); ..... onChange(color); ((colorRef?.current) as any).value = color} /> ```