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

fix: Added CustomLongTextField and using it for 'Expression', 'Sasl Jaas Config' fields #1047

Closed
wants to merge 2 commits into from

Conversation

shivamG640
Copy link
Contributor

Fixes #1043

However there are some issues with this new CustomLongTextField listed Following:

  1. The new field is interacting with the CSS of CustomNestField's ExpandableSection. Hence it doesn't load correctly for Kafka's Sasl Jaas Config:
    image
    Note that once the field is click and you start adding some text, the field automatically corrects. Also the field loads correctly if we load the ExpandableSection as Expanded by adding the isExpanded attribute always.

  2. The field is unable to load the form as soon as you choose any language for the Expression to configure a setBody.

@shivamG640 shivamG640 closed this Apr 29, 2024
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.

Expression field should use the resizable text field component
1 participant