-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Implemented the lateral expansion of the area-box in the forms (creat… #9681
Implemented the lateral expansion of the area-box in the forms (creat… #9681
Conversation
@DaanHoogland a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9681 +/- ##
===========================================
Coverage 15.81% 15.81%
Complexity 12554 12554
===========================================
Files 5629 5629
Lines 492029 492029
Branches 62293 60003 -2290
===========================================
+ Hits 77811 77813 +2
+ Misses 405894 405893 -1
+ Partials 8324 8323 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
UI build: ✔️ |
@LayonRibeiro , your code looks good but I do not get to edit the quota tariff I am expecting. https://qa.cloudstack.cloud/simulator/pr/9681/#/quotatariff/ . I think there is another biug preventing me from testing the edit functionality. During create the text box epands on request as expected though. |
@DaanHoogland , I tested the expansion of the textarea in both the creation and update forms for the rates, and in both cases, I achieved success. Create formEdit form |
…e/update) of the quota tariff
ec698ee
to
3a5cac7
Compare
@JoaoJandre I think this is a good to have UI bug fix...? |
…e/update) of the quota tariff (apache#9681)
Description
Currently, the expansion of the textarea field in the quota tariff creation and update forms is limited to vertical growth. This can make the experience unsatisfactory for entering larger texts, as the field does not expand horizontally, which can hinder the visualization and editing of the content.
Changes have been made to the UI to allow the textarea to expand in both directions (vertical and horizontal).
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
1- Accessed the create form and update form for quota tariff.
2- Verified that the textarea fields now expand horizontally as well as vertically.
3- Ensured that the enhanced textarea functionality works as expected in different scenarios.