wbolduc
wbolduc
Thanks for the response, I'll be trying this soon! I'm using these to play fighting games on keyboard so that I'm not slowed by key travel
This exact issue causes problems when you're using other scroll related libraries like react-virtual to visualize items on your synced list
This still appears to be the case for 8.17.3
Is there something wrong with my pr?
Bit of a workaround for right now ``` const Input = (props: InputProps) => { const passed_describedby = props.selectProps["aria-describedby"]; const describedby = props["aria-describedby"] + (passed_describedby ? " " + passed_describedby...
Bit of a workaround for right now ``` const Input = (props: InputProps) => { const passed_describedby = props.selectProps["aria-describedby"]; const describedby = props["aria-describedby"] + (passed_describedby ? " " + passed_describedby...