-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(projects): enhance project form with improved input handling
- Refactor project form view for better input management - Implement consistent old value handling for all form fields - Improve readability and maintainability of form template - Ensure proper display of existing project data during edit - Add fallback for old input values in case of validation errors Changes: - Use old() helper consistently across all input fields - Maintain existing project data when editing - Preserve user input after failed validation - Improve form layout and code structure
- Loading branch information
1 parent
35eb817
commit 738f80d
Showing
3 changed files
with
81 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters