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

EPMRPP-87023 || No UI validation on Create/Edit Gitlab integration modals when user enters non-digits in project ID field #3

Conversation

Vadim73i
Copy link
Contributor

No description provided.

…dals when user enters non-digits in project ID field
@Vadim73i Vadim73i requested review from AmsterGet and Bam6ycha and removed request for AmsterGet October 24, 2023 09:15
@@ -33,7 +45,7 @@ export const IntegrationFormFields: FC<IntegrationFormFieldsInterface> = (props)
isRequired
>
<FieldErrorHint provideHint={false}>
<FieldText maxLength={55} defaultWidth={false} />
<FieldText maxLength={MAX_LENGTH} defaultWidth={false} />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to remove maxLength property for the fields as discussed previously?
In case it is set, user input will be cut while doing copy-paste.
Discuss with BA.

@AmsterGet AmsterGet merged commit d6e7090 into develop Oct 27, 2023
@AmsterGet AmsterGet deleted the feature/EPMRPP-87023-No-UI-validation-on-Create/Edit-Gitlab-integration-modals-when-user-enters-non-digits-in-project-ID-field branch October 27, 2023 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants