-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Allow config parameter dialog to be resized in width #1879
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
Comments
Thanks for opening this issue!
|
Should the dialog be resized as a result of resizing the textarea or should there be a separate resize handle for the dialog? |
Good thinking, maybe a resize handle in the bottom right corner makes more sense from a UI perspective. Then we could remove the handle in the text field. |
I'd like to take this one, I've something that works, needs a cleanup and a bit of styling, but will be ready tomorrow for some review: resize.mov |
Fantastic! Can't wait to try it out. Should the left column of field labels stay fixed or also resize? |
@AshishBarvaliya, @patelmilanun, maybe this would be something for you? It seems like a simple issue but difficult to fix. |
@Bhavyajain21 this may be interesting for you |
Uh oh!
There was an error while loading. Please reload this page.
New Feature / Enhancement Checklist
Current Limitation
Currently, the modal dialog of a Config parameter can only be resized in height but is fixed in width. That makes it difficult when editing large values, such as an array with many elements.
Feature / Enhancement Description
Allow the dialog window to be resized in width too.
Example Use Case
n/a
Alternatives / Workarounds
Edit value in external editor and copy/paste.
3rd Party References
n/a
The text was updated successfully, but these errors were encountered: