Skip to content

v4.5.1: Merge pull request #755 from folio-org/stcom-372-textfield-expose-ref…

Compare
Choose a tag to compare
@zburke zburke released this 19 Dec 21:17
· 1924 commits to master since this release
fa4f916

Provide an inputRef prop on <TextField> that will accept a ref and pass it straight through to the <TextField> component. Deprecate <TextField>'s methods getInput() and focusInput() in favor of using the inputRef prop directly.