Closed LayonRibeiro closed 2 months ago
@blueorangutan ui
@DaanHoogland a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 15.81%. Comparing base (
1d4700a
) to head (3a5cac7
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
UI build: :heavy_check_mark: Live QA URL: https://qa.cloudstack.cloud/simulator/pr/9681 (QA-JID-450)
@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.
@JoaoJandre I think this is a good to have UI bug fix...?
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.