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

on clicking enter functionality added #585

Closed
wants to merge 4 commits into from
Closed

on clicking enter functionality added #585

wants to merge 4 commits into from

Conversation

Krishnakalani111
Copy link
Contributor

resolves : #543

@Krishnakalani111 Krishnakalani111 requested a review from a team as a code owner October 4, 2023 10:32
@@ -179,14 +179,14 @@ export function CreateConnectionForm({
{renderFields(fields, dynamicFields, handleDynamicFieldChange)}
</DynamicFieldsWrapper>
<CreateDestinationButtonWrapper>
<KeyvalButton disabled={isCreateButtonDisabled} onClick={onCreateClick}>
<KeyvalButton disabled={isCreateButtonDisabled} type='submit'>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thank you for your contribution, @Krishnakalani111. While the code seems to be functioning, there appears to be an issue that arises after form submission. Please double-check your code and resubmit it once the correction is made.

@Krishnakalani111 Krishnakalani111 closed this by deleting the head repository Oct 4, 2023
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.

Pressing enter in the create destination form does not invoke submit button
2 participants