-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix: Preventing Overflow #3217
fix: Preventing Overflow #3217
Conversation
@shreyanshdwivedi @uds5501 Please Review ! |
@@ -49,56 +49,6 @@ export default ModalBase.extend(FormMixin, { | |||
prompt : this.l10n.t('Please give us your tax ID') | |||
} | |||
] | |||
}, | |||
taxInvoiceCompany: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kushthedude I don't think that the issue specified anywhere to remove the validations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uds5501 The validations which I removed were of optional fields of which tick box was recently removed, I dont think this fields should be mandatory unless and until event organiser is a firm.
@shreyanshdwivedi @mrsaicharan1 Your views ?
@CosmicCoder96 @niranjan94 Please Review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kushthedude when the issue is for fixing an overflow, then please fix only that in the PR. Remove all unrelated changes from this.
@niranjan94 Removed all unwanted changes, Please Review |
@CosmicCoder96 Review Please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #3164
Changes proposed in this pull request:
UI Modal
Checklist
development
branch.