Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis authored Apr 17, 2024
1 parent 8acadd0 commit 759ffdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ php artisan vendor:publish --tag="filament-tests-stubs"
- Fields
- [X] [has a disabled field on create form](https://filamentphp.com/docs/3.x/forms/testing#disabled-fields)
- [ ] [it has a X field on create form](https://filamentphp.com/docs/3.x/forms/testing#fields)
- [ ] [it has a hidden X field on create form](https://filamentphp.com/docs/3.x/forms/testing#hidden-fields)
- [x] [it has a hidden field on create form](https://filamentphp.com/docs/3.x/forms/testing#hidden-fields)
- [ ] [it can validate input on create form](https://filamentphp.com/docs/3.x/forms/testing#validation)
- [x] [it has create form](https://filamentphp.com/docs/3.x/forms/testing#form-existence)
- [ ] it can validate create form input
Expand All @@ -118,7 +118,7 @@ php artisan vendor:publish --tag="filament-tests-stubs"
- Fields
- [X] [has a disabled field on edit form](https://filamentphp.com/docs/3.x/forms/testing#disabled-fields)
- [ ] [it has a X field on edit form](https://filamentphp.com/docs/3.x/forms/testing#fields)
- [ ] [it has a hidden X field on edit form](https://filamentphp.com/docs/3.x/forms/testing#hidden-fields)
- [x] [it has a hidden field on edit form](https://filamentphp.com/docs/3.x/forms/testing#hidden-fields)
- [ ] [it can validate input on edit form](https://filamentphp.com/docs/3.x/forms/testing#validation)
- [x] [it has edit form](https://filamentphp.com/docs/3.x/forms/testing#form-existence)
- [ ] it can validate edit form input
Expand Down

0 comments on commit 759ffdc

Please sign in to comment.