-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Area: FabricSupport Facebook FabricSupport Facebook FabricArea: TestsNew ArchitectureBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricWorkstream: Test CoverageExpand and update our new architecture test coverage.Expand and update our new architecture test coverage.enhancementgood first issue
Milestone
Description
Test cases should be added to the E2E test app (Fabric) to validate the following functionality scenarios.
### Tasks
- [x] TextInput should be editable when editable set to true.
- [ ] TextInput should not be editable when editable set to false.
- [ ] TextInput should take up to max length input when maxLength set.
- [ ] TextInput input should wrap to mulitple lines when multiline set to true.
- [ ] TextInput should trigger action upon onBlur.
- [ ] TextInput should trigger action upon onChange.
- [x] TextInput should trigger action upon onChangeText.
- [ ] TextInput should trigger action upon onPressIn.
- [ ] TextInput should trigger action upon onPressOut.
- [ ] TextInput should trigger action upon onFocus.
- [ ] TextInput should trigger action upon onScroll.
- [ ] TextInput should trigger action upon onSelectionChange.
- [ ] TextInput placeholder text should update upon fast refresh.
- [ ] TextInput placeholder text color should update upon fast refresh.
- [ ] TextInput should not be editable when readOnly set to true.
- [x] TextInput should be editable when readOnly set to false.
- [ ] TextInput textAlign should change upon fast refresh.
- [ ] TextInput style should change upon fast refresh.
- [ ] TextInput should focus upon .focus() call.
- [ ] TextInput should lose focus upon .blur() call.
- [ ] TextInput text should clear upon clear() all.
- [ ] TextInput isFocused() should return true when the TextInput is focused.
- [ ] TextInput isFocused() should return false when the TextInput is not focused.
- [x] TextInput value prop should be the text displayed in the TextInput
- [x] TextInput should autocapitalize characters when autoCapitalize="characters"
Copilot
Metadata
Metadata
Assignees
Labels
Area: FabricSupport Facebook FabricSupport Facebook FabricArea: TestsNew ArchitectureBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricWorkstream: Test CoverageExpand and update our new architecture test coverage.Expand and update our new architecture test coverage.enhancementgood first issue
Type
Projects
Status
No status