Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat UI reborn3 #669

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion example/admin/demo_case.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ func configVxSelect(detailing *presets.DetailingBuilder, mb *presets.ModelBuilde
),
v.VRow(
v.VCol(
DemoCaseSelect(obj, sectionName, editField, "NormalSelect", "NormalSelect(can`t select Trevor)", vErr, items).
DemoCaseSelect(obj, sectionName, editField, "NormalSelect", "", vErr, items).
Attr(":rules", `[(value) => value !== 8 || "can't select Trevor"]`).
Type("autocomplete"),
),
),
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/qor/oss v0.0.0-20240729105053-88484a799a79
github.com/qor5/web v1.3.2
github.com/qor5/web/v3 v3.0.10
github.com/qor5/x/v3 v3.0.12-0.20241021072653-370abdead339
github.com/qor5/x/v3 v3.0.12-0.20241022102426-c66517b0a2a1
github.com/samber/lo v1.47.0
github.com/shurcooL/sanitized_anchor_name v1.0.0
github.com/spf13/cast v1.6.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ github.com/qor5/x/v3 v3.0.12-0.20241015075428-5a101f25e9cc h1:eWYkunuG3xHOlrA8Cg
github.com/qor5/x/v3 v3.0.12-0.20241015075428-5a101f25e9cc/go.mod h1:Sqb0OTgq5PejVkgNQIKqXi0x2MzHSvEAjNZM0g1KNks=
github.com/qor5/x/v3 v3.0.12-0.20241021072653-370abdead339 h1:mz3zbO19DCUEO3rThb4lppKUxQaTuwpMZ09ANqAtklw=
github.com/qor5/x/v3 v3.0.12-0.20241021072653-370abdead339/go.mod h1:Sqb0OTgq5PejVkgNQIKqXi0x2MzHSvEAjNZM0g1KNks=
github.com/qor5/x/v3 v3.0.12-0.20241022102426-c66517b0a2a1 h1:y6mz17/2RoqBEXgQHKFxkxUcZmT4YiLnBa/fB8yvsAU=
github.com/qor5/x/v3 v3.0.12-0.20241022102426-c66517b0a2a1/go.mod h1:Sqb0OTgq5PejVkgNQIKqXi0x2MzHSvEAjNZM0g1KNks=
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
Expand Down
Loading