You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new bubbles release comes with a Validate API which we can use to validate our TUI inputs (directories and config file). Currently, validation is done via arbitrary functions that directly operate on the textinput.Model objects, e.g.
Describe the problem you'd like to have solved
The new bubbles release comes with a Validate API which we can use to validate our TUI inputs (directories and config file). Currently, validation is done via arbitrary functions that directly operate on the
textinput.Model
objects, e.g.adsys/internal/watchdtui/watchdtui.go
Lines 397 to 435 in e298b39
Describe the ideal solution
Input validation is done via the newly added API.
The text was updated successfully, but these errors were encountered: