Modal Form too small with unnecessary validation #3811
-
Beta Was this translation helpful? Give feedback.
Answered by
andydotxyz
Apr 12, 2023
Replies: 1 comment 1 reply
-
To make a dialog bigger than the MinSize it calculates use the Validations are automatically added for data binding, you can turn them off by setting the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PaulWaldo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To make a dialog bigger than the MinSize it calculates use the
Resize
method of the dialog returned fromdialog.NewXxx
.Validations are automatically added for data binding, you can turn them off by setting the
Validator
field to nil after binding.