Skip to content

Commit 0b00537

Browse files
authored
Fix TabView To Text (#108)
* Update README.md * Update README.md
1 parent d055f1f commit 0b00537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DatePicker | UIDatePicker | NSDatePicker | `.introspectDatePicker()`
6464
Picker (SegmentedPickerStyle) | UISegmentedControl | NSSegmentedControl | `.introspectSegmentedControl()`
6565
Button | _N/A_ | NSButton | `.introspectButton()`
6666
ColorPicker | UIColorWell | NSColorWell | `.introspectColorWell()`
67-
TabView | UITextView | NSTextView | `.introspectTextView()`
67+
TextEditor | UITextView | NSTextView | `.introspectTextView()`
6868

6969

7070
**Missing an element?** Please [create an issue](https://github.com/timbersoftware/SwiftUI-Introspect/issues). As a temporary solution, you can [implement your own selector](#implement-your-own-selector).

0 commit comments

Comments
 (0)