Kristian
Results
1
comments of
Kristian
@jhallinan What worked for me was setting the ref inside inputProps prop: ``` { return ( ); }} /> ``` This block: ``` inputProps={{ ref: ref, 'data-testid': name + '-input',...