Melissa

Results 1 comments of Melissa

Sorry it took so long to circle back. Yes, changing that line to ```if (inputRef && inputRef.current && inputRef.current.scrollWidth > inputRef.current.offsetWidth) {``` does resolve our issue. Thank you for your...