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

Expression field should use the resizable text field component #1043

Closed
lhein opened this issue Apr 26, 2024 · 0 comments · Fixed by #1050
Closed

Expression field should use the resizable text field component #1043

lhein opened this issue Apr 26, 2024 · 0 comments · Fixed by #1050
Assignees
Labels
canvas/config-form Configuration form related issues ui/ux This issue is about improving the UI / UX
Milestone

Comments

@lhein
Copy link
Contributor

lhein commented Apr 26, 2024

The expression field is currently a text area. @shivamG640 has been working on a resizable text field which would be a good replacement here.

@lhein lhein added canvas/config-form Configuration form related issues ui/ux This issue is about improving the UI / UX labels Apr 26, 2024
@lhein lhein added this to the 2.0.0 milestone Apr 26, 2024
lordrip added a commit to lordrip/kaoto that referenced this issue May 2, 2024
Patternfly's `TextArea` component requires using a `ref` in order to
provide automatic height.

Unfortunately, with React function components, `ref` are not directly possible, so a workaround is needed.

This commit restores the commented lines and also add the missing `ref`
object.

relates: KaotoIO#1043
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
canvas/config-form Configuration form related issues ui/ux This issue is about improving the UI / UX
Projects
Status: Done
2 participants