Create a validated text entry widget and a structure for tracking view vs. edit state #155
No reviewers
Labels
No Label
hex-grid
maintenance
music-player
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: savanni/monorepo#155
Loading…
Reference in New Issue
No description provided.
Delete Branch "fitnesstrax/validated-text-entry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The validated text entry widget is a pretty common thing. Given a validation function and a renderer function, this widget will validate the data on the fly and give the user immediate feedback. It will parse the data and store it if valid, so that anything outside of the widget has no need to handle parsing potentially invalid data.
EditView just helps keep track of components involved in edit and view state, slightly reducing the complexity of widgets that have to handle both of these states.
Resolves #137
Resolves #136