3 Commits

Author SHA1 Message Date
Randall Li
502bc5d910 Ran a Swift formatter
PiperOrigin-RevId: 395947664
2021-09-10 09:48:14 -07:00
Bryan Oltman
d83af534c3
[TextFields] implement resignFirstResponder in MDCMultilineTextField (#9793) 2020-02-25 16:17:19 -05:00
Bryan Oltman
00a4f37a4a
[BottomSheet] Add example to reproduce issue 9773 (#9789)
A reproduction of an issue found internally. To reproduce:

1. Navigate to this example
1. Turn VoiceOver on
1. Tap the button to display the bottom sheet

Expected behavior:
The bottom sheet becomes focused

Actual behavior:
The text field behind the bottom sheet reclaims focus after the bottom sheet finishes presenting

Reproduces #9773
2020-02-24 17:48:35 -05:00