From 375024024b023767b6410aa2e8e2f7885107a9bb Mon Sep 17 00:00:00 2001 From: Thomas Pucci Date: Tue, 3 Apr 2018 18:27:35 +0200 Subject: [PATCH] feat(package): Can focus nested input (avoiding not focusable fields) --- src/__tests__/withNextInputAutoFocus.js | 11 ++++++++-- src/withNextInputAutoFocus.js | 28 +++++++++++++++++++------ 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/src/__tests__/withNextInputAutoFocus.js b/src/__tests__/withNextInputAutoFocus.js index c267294..e0e9a30 100644 --- a/src/__tests__/withNextInputAutoFocus.js +++ b/src/__tests__/withNextInputAutoFocus.js @@ -35,7 +35,10 @@ describe("withNextInputAutoFocus", () => { const wrapper = mount(
- + + + +