Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Block keyboard for iOS 15 time picker #14690

Merged
merged 2 commits into from
Oct 5, 2021
Merged

Conversation

jfversluis
Copy link
Member

@jfversluis jfversluis commented Oct 4, 2021

Description of Change

This changes blocks showing the keyboard input when you tap the time picker on an iPad. While ideally we should allow the user to input a time with a numeric keyboard, this blocks the keyboard as a whole as an intermediate solution. Effectively this reverts the functionality to what it was before iOS 15 so nothing was lost nor added.

Note: only happens on iOS 15 and an iPad

Issues Resolved

API Changes

None

Platforms Affected

  • iOS

Behavioral/Visual Changes

Right now when you tap on a time in the TimePicker you will get a full keyboard in a too small popup making it look weird. On top of that, it's not even functional.

With this change when you tap a time in the TimePicker, nothing happens as it was before.

Before/After Screenshots

Before
image

After
image

Testing Procedure

Go to the TimePicker in the gallery, pick any property, open the TimePicker wheels and tap on the selected time. Nothing should happen. When testing on the Simulator, make sure the soft-keyboard is on (CMD + Shift + K)

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [iOS] [TimePicker] [iPad] Wrong Keyboard Displays When Tapping New UIDatePicker
1 participant