Closed
Description
- Create a simple form with a dropdown button and an Input.
- Tap on input, keyboard appears.
- Close the keyboard.
- Open up the dropdown and select something.
- As the dropdown closes, Input regains focus and opens the keyboard automatically.
I don't mind Input keeping the focus since dropdown isn't a focusable element (typically) but it should not reopen the keyboard. Keyboard should only open when the input element is tapped.