Open anikdhabal opened 1 year ago
Can i work on this one?
@anikdhabal can you give more details as to which file to change or i am thinking of making a new one and setting the dropdown list to change the height dynamically based on the number of options. These following changes can be made in the typescript.
const select = document.querySelector('select')!; const optionHeight = 20; // set the height of each option const numOptions = select.options.length; const maxHeight = numOptions * optionHeight;
select.style.maxHeight = ${maxHeight}px
;
select.style.overflowY = 'auto';
@anikdhabal can you give me the page URL of the issue?
Description:
Height of the dropdown list is too big for one item in many inputs field.
Expected behavior:
Actual behavior:
Server Setup Information:
-Version of Rocket.Chat Server: 6.0.0-develop -Operating System: windows 10 -Deployment Method: Gitpod -Number of Running Instances: -DB Replicaset Oplog: Enabled -NodeJS Version: 14.21.2 - x64 -MongoDB Version:5.0.5
Client Setup Information
Additional context
Relevant logs: