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
We should support validators declared in the tags, like:
server_test.go: Name string `uadmin:"help:This is a test help message;search;list_exclude"`
server_test.go: ItemCount int `uadmin:"max:5;min:1;format:%03d;required;read_only:true,edit"`
server_test.go: Phone string `uadmin:"default_value:09;pattern:[0-9+]{7,15};pattern_msg:invalid phone n
The text was updated successfully, but these errors were encountered:
We should support validators declared in the tags, like:
The text was updated successfully, but these errors were encountered: