pgAdmin 4 commit: Fixed an issue where textarea should be allowed to re

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where textarea should be allowed to re
Date: 2021-11-07 05:50:37
Message-ID: E1mjb4f-0004fL-Hx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where textarea should be allowed to resize and have more than 255 chars. Fixes #6976

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1ed4d0f95eb4c4682f848a4faff8688740f80462
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_2.rst | 1 +
web/pgadmin/static/js/Theme/index.jsx | 1 +
web/pgadmin/static/js/components/FormComponents.jsx | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-11-07 05:53:12 Re: [pgAdmin][RM6976] Allow large comments and resize textarea
Previous Message Aditya Toshniwal 2021-11-05 07:49:02 [pgAdmin][RM6954] Changing themes does nothing on Windows when system high contrast mode is enabled