Skip to content

Kafka Connector Connector Editor does not enable the "Submit" button when a value is pasted #683

@yeikel

Description

@yeikel

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running main-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

Kafka Connector Connector Editor does not enable the "Submit" button when a value is pasted

Expected behavior

It should be enabled

Your installation details

9c028ed

Steps to reproduce

  1. Navigate to an existing running connector
  2. Click on Config
  3. Paste a value in the editor. For example :
    • Both using the keyboard shortcuts and Chrome dialog produce the same bug
{
	"connector.class": "com.google.pubsub.kafka.sink.CloudPubSubSinkConnector",
	"errors.tolerance": "all"
}

Expected: The "submit" button is enabled

Actual: The button is not enabled. I need to do manual edits to trigger the event that enables the button

Screenshots

2024-11-27_14-21-03.mp4

image

Logs

No response

Additional context

This issue may be related to #495 although the steps to reproduce are a bit different

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions