buffet icon indicating copy to clipboard operation
buffet copied to clipboard

Imperatively set focus to input

Open dannymatkovsky opened this issue 3 years ago • 1 comments

Is there any recommended way of setting focus to input fields? The normal way to imperatively manipulate react components is using refs, but Buffet components in particular InputText do not forward refs. Maybe a good idea would be to add refs forwarding to certain components?

dannymatkovsky avatar Sep 29 '20 14:09 dannymatkovsky

I agree the components should forward the refs.

soupette avatar Oct 01 '20 15:10 soupette